Class: Myfoo2::MyFoo

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

Class Method Summary collapse

Class Method Details

.helloObject



5
6
7
# File 'lib/myfoo2.rb', line 5

def self.hello
  'world'
end