Module: RubyEgarag

Defined in:
lib/ruby_egarag.rb,
lib/ruby_egarag/version.rb

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.hello_worldObject



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

def self.hello_world
  puts 'Hello world!'
end