Class: UnsortableObject
- Defined in:
- lib/vendor/plugins/rspec/spec/spec/matchers/match_array_spec.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(id) ⇒ UnsortableObject
constructor
A new instance of UnsortableObject.
- #inspect ⇒ Object
Constructor Details
#initialize(id) ⇒ UnsortableObject
Returns a new instance of UnsortableObject.
4 5 6 |
# File 'lib/vendor/plugins/rspec/spec/spec/matchers/match_array_spec.rb', line 4 def initialize(id) @id = id end |