Class: Hello

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

Class Method Summary collapse

Class Method Details

.say_to(n = "Cara") ⇒ Object



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

def self.say_to(n = "Cara")
  'Hello, ' + n
end