Module: ARubyGem

Defined in:
lib/a_ruby_gem.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



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

def hello
  'world'
end