Skip to content

Instantly share code, notes, and snippets.

@keppy
Created February 17, 2017 18:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save keppy/8a28f55abd460d88ea9e4fe0aa0673fd to your computer and use it in GitHub Desktop.
class Test
def hello
end
end
Test.method_defined? :hello
# Returns true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment