Class: Hello

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

Class Method Summary collapse

Class Method Details

.helloObject



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

def self.hello
  puts "Hello world again!"
end