Class: Hello

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

Class Method Summary collapse

Class Method Details

.hi(str = "world") ⇒ Object



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

def self.hi str="world"
  puts "Hello #{str}!"
end