class Object

Public Instance Methods

RbkbString(x) click to toggle source
# File lib/rbkb/extends/string.rb, line 621
def RbkbString(x)
  RbkbString.new(x)
end
mymethods() click to toggle source

This is from Topher Cyll’s Stupd IRB tricks

# File lib/rbkb/extends/object.rb, line 4
def mymethods
  (self.methods - self.class.superclass.methods).sort
end