Class: SimpleHello

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

Class Method Summary collapse

Class Method Details

.hi(name) ⇒ Object



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

def self.hi(name)
  return "Hello #{name} from SimpleHello Gem"	
end