module ARubyGem

Public Class Methods

hello() click to toggle source
# File lib/a_ruby_gem.rb, line 2
def self.hello
  'world'
end