Class: Hola

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

Class Method Summary collapse

Class Method Details

.hiObject



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

def self.hi
    puts "Hello world!"
end