Class: Ruha

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

Class Method Summary collapse

Class Method Details

.hello(name) ⇒ Object



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

def self.hello(name)
 greeting = "Hello, #{name}"
end