Class: Spec::Expectations::Helper::CollectionWithLengthMethod
- Defined in:
- lib/vendor/plugins/rspec/spec/support/spec_classes.rb
Instance Method Summary collapse
-
#initialize ⇒ CollectionWithLengthMethod
constructor
A new instance of CollectionWithLengthMethod.
- #length ⇒ Object
- #push(item) ⇒ Object
Constructor Details
#initialize ⇒ CollectionWithLengthMethod
Returns a new instance of CollectionWithLengthMethod.
28 |
# File 'lib/vendor/plugins/rspec/spec/support/spec_classes.rb', line 28 def initialize; @list = []; end |