Top Level Namespace

Instance Method Summary collapse

Instance Method Details

#helloObject



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

def hello
    'world'
end