class TempRubyGem::Hello

Public Class Methods

hi() click to toggle source
# File lib/temp_ruby_gem.rb, line 6
def self.hi
  puts 'Hello world!'
end
me(arg) click to toggle source
# File lib/temp_ruby_gem.rb, line 10
def self.me(arg)
  AnotherClass.me(arg)
end