Class: Hello

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

Class Method Summary collapse

Class Method Details

.hi(arg) ⇒ Object



3
4
5
6
# File 'lib/hello.rb', line 3

def self.hi(arg)
  puts arg
  return arg
end