Created
June 25, 2014 02:48
-
-
Save brgnepal/72e5cae24a3f4fe1b8ba to your computer and use it in GitHub Desktop.
Class Method Phase 3
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 ClassMethodDemo | |
def self.greet | |
puts "Hello, Ruby" | |
end | |
greet | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment