class GetGadgets

module Gloriousgadgets

class Error < StandardError; end
Your code goes here...

end

Public Class Methods

testit(msg) click to toggle source
# File lib/gloriousgadgets.rb, line 13
def self.testit(msg)
        print "testing the " + msg
        return "phil"
end