Class: Mth

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

Instance Method Summary collapse

Instance Method Details

#hiObject



2
3
4
# File 'lib/mth.rb', line 2

def hi
  puts "Hello world!"
end