class P

Public Class Methods

new(obj, should) click to toggle source
Calls superclass method Object::new
# File lib/r_kit/override/test.rb, line 257
def initialize(obj, should)
  super(obj)
  @should = should
end