cheat sheets.

$ cheat assert_instance_of
# 'cheat assertions' for the rest

assert_instance_of(klass, object, message="")

Passes if object .instance_of? klass

Example:

  assert_instance_of String, 'foo'
Version 1, updated 130 days ago.
. o 0 ( edit | history )
( add new | see all )