Class: Object::ProxyObject
Overview
Just helps generating nice error messages when things go wrong
Instance Attribute Summary collapse
-
#fake_class ⇒ Object
Returns the value of attribute fake_class.
Instance Method Summary collapse
Instance Attribute Details
#fake_class ⇒ Object
Returns the value of attribute fake_class.
7 8 9 |
# File 'lib/proxymock.rb', line 7 def fake_class @fake_class end |
Instance Method Details
#to_s ⇒ Object
9 10 11 |
# File 'lib/proxymock.rb', line 9 def to_s @fake_class.to_s end |