Class: Custom::Differ
- Defined in:
- lib/vendor/plugins/rspec/spec/support/spec_classes.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #diff_as_object(target, expected) ⇒ Object
-
#initialize(options) ⇒ Differ
constructor
A new instance of Differ.
Constructor Details
#initialize(options) ⇒ Differ
Returns a new instance of Differ.
122 123 124 |
# File 'lib/vendor/plugins/rspec/spec/support/spec_classes.rb', line 122 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
121 122 123 |
# File 'lib/vendor/plugins/rspec/spec/support/spec_classes.rb', line 121 def @options end |
Instance Method Details
#diff_as_object(target, expected) ⇒ Object
126 127 128 |
# File 'lib/vendor/plugins/rspec/spec/support/spec_classes.rb', line 126 def diff_as_object(target, expected) "" end |