Method: Prod.hi

Defined in:
lib/prod.rb

.hiObject



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

def self.hi
  puts "Hello world!"
end