Class: HelloUniverse

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

Class Method Summary collapse

Class Method Details

.helloObject



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

def self.hello
  puts "Hello, Universe!"
end