Class: NonEmptyRandomArray

Inherits:
RandomArray show all
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

#arbitrary

Methods included from RushCheck::Coarbitrary

#coarbitrary

Class Method Details

.arbitraryObject



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