Class: Hello

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

Class Method Summary collapse

Class Method Details

.bonjourObject



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

def self.bonjour
  puts "Bonjour world!"
end