Class: TheSomethingGem

Inherits:
Object
  • Object
show all
Defined in:
lib/the_something_gem.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



3
4
5
# File 'lib/the_something_gem.rb', line 3

def hello
  "hi"
end