Class: RSpec::Support::ObjectFormatter::InspectableItem Private
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | rspec-support/lib/rspec/support/object_formatter.rb |
Instance Attribute Summary
- #text rw Internal use only
Instance Method Summary
- #inspect Internal use only
- #pretty_print(pp) Internal use only
Instance Attribute Details
#text (rw)
[ GitHub ]# File 'rspec-support/lib/rspec/support/object_formatter.rb', line 117
InspectableItem = Struct.new(:text)
Instance Method Details
#inspect
[ GitHub ]# File 'rspec-support/lib/rspec/support/object_formatter.rb', line 118
def inspect text end