Class: NonEmptyRandomArray
- Inherits:
-
RandomArray
- Object
- Array
- RandomArray
- NonEmptyRandomArray
- Defined in:
- lib/rushcheck/array.rb
Class Method Summary collapse
Methods inherited from RandomArray
arrange_len, #coarbitrary, create_array, create_components, set_pattern
Methods included from RushCheck::Arbitrary
Methods included from RushCheck::Coarbitrary
Class Method Details
.arbitrary ⇒ Object
85 86 87 88 89 |
# File 'lib/rushcheck/array.rb', line 85 def self.arbitrary self.arrange_len do |len| self.create_array(len + 1) end end |