Class: P

Inherits:
SimpleDelegator show all
Defined in:
lib/r_kit/override/test.rb

Instance Method Summary collapse

Methods inherited from SimpleDelegator

#===, getobj_attr_reader

Constructor Details

#initialize(obj, should) ⇒ P

Returns a new instance of P.



257
258
259
260
# File 'lib/r_kit/override/test.rb', line 257

def initialize(obj, should)
  super(obj)
  @should = should
end