class HelloMama
Public Class Methods
say_hello_to(name)
click to toggle source
# File lib/hello-mama.rb, line 2 def self.say_hello_to(name) p 'hello' + ' ' +name + '!' end
# File lib/hello-mama.rb, line 2 def self.say_hello_to(name) p 'hello' + ' ' +name + '!' end