Class: Aruba::Matchers::ObjectFormatter::InspectableItem
- Inherits:
-
Struct
- Object
- Struct
- Aruba::Matchers::ObjectFormatter::InspectableItem
- Defined in:
- lib/aruba/matchers/base/object_formatter.rb
Instance Attribute Summary collapse
-
#inspection ⇒ Object
Returns the value of attribute inspection.
Instance Method Summary collapse
Instance Attribute Details
#inspection ⇒ Object
Returns the value of attribute inspection
78 79 80 |
# File 'lib/aruba/matchers/base/object_formatter.rb', line 78 def inspection @inspection end |
Instance Method Details
#inspect ⇒ Object
79 80 81 |
# File 'lib/aruba/matchers/base/object_formatter.rb', line 79 def inspect inspection end |
#pretty_print(pp) ⇒ Object
83 84 85 |
# File 'lib/aruba/matchers/base/object_formatter.rb', line 83 def pretty_print(pp) pp.text inspection end |