Class: Specdiff::Inspect::InspectWrapper
- Inherits:
-
Struct
- Object
- Struct
- Specdiff::Inspect::InspectWrapper
- Defined in:
- lib/specdiff/inspect.rb
Overview
recursion below
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
62 63 64 |
# File 'lib/specdiff/inspect.rb', line 62 def text @text end |
Instance Method Details
#inspect ⇒ Object
63 64 65 |
# File 'lib/specdiff/inspect.rb', line 63 def inspect text end |