Skip to content

Instantly share code, notes, and snippets.

@npverni
Created November 19, 2010 22:30
Show Gist options
  • Select an option

  • Save npverni/707317 to your computer and use it in GitHub Desktop.

Select an option

Save npverni/707317 to your computer and use it in GitHub Desktop.
ree-1.8.7-2010.02 > she = She.new
=> #<She:0x1003727f0>
ree-1.8.7-2010.02 > she.respond_to?(:steal)
=> true
ree-1.8.7-2010.02 > she.respond_to?(:rob)
=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment