Skip to content

Instantly share code, notes, and snippets.

@seejee
Last active August 29, 2015 14:10
Show Gist options
  • Save seejee/01a7e13d1fd7f2c6ac8a to your computer and use it in GitHub Desktop.
Save seejee/01a7e13d1fd7f2c6ac8a to your computer and use it in GitHub Desktop.
{
unreasonablePerson: false
}
def unreasonable_person?
false
end
class Jenny
def unreasonable_person?
false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment