class Object

Private Instance Methods

sup() click to toggle source

Method allowing syntax akin to 'super.<parent class method>' Usage : sup.<parent class method>

# File lib/more_ruby/object.rb, line 9
def sup  
  SuperProxy.new(self)  
end