Product class has an attribute named "binding". Product.new.binding is nil, so Product.new.decorate.send(:binding) should return nil but returns junk #Binding:0x007fef4eb2f8a0 instead.
After running Product.new.decorate.binding, Product.new.decorate.send(:binding) would return the correct value.
Product class has an attribute named "binding". Product.new.binding is nil, so Product.new.decorate.send(:binding) should return nil but returns junk #Binding:0x007fef4eb2f8a0 instead.
After running Product.new.decorate.binding, Product.new.decorate.send(:binding) would return the correct value.
The text was updated successfully, but these errors were encountered: