Class: HelloWorldGem

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

Class Method Summary collapse

Class Method Details

.hiObject



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

def self.hi
  puts "Hello, world!"
end