Module: HelloPlanet

Defined in:
lib/hello_planet.rb,
lib/hello_planet/version.rb

Constant Summary collapse

VERSION =
'0.3.2'

Class Method Summary collapse

Class Method Details

.hi(to_what = nil) ⇒ Object



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

def self.hi(to_what = nil)
  to_what = to_what || 'planet'
  "Hello #{to_what}!"
end