Created
February 17, 2017 18:22
-
-
Save keppy/8a28f55abd460d88ea9e4fe0aa0673fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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