Class: Specdiff::Inspect::InspectWrapper

Inherits:
Struct
  • Object
show all
Defined in:
lib/specdiff/inspect.rb

Overview

recursion below

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



62
63
64
# File 'lib/specdiff/inspect.rb', line 62

def text
  @text
end

Instance Method Details

#inspectObject



63
64
65
# File 'lib/specdiff/inspect.rb', line 63

def inspect
  text
end