61 62 63
# File 'lib/builtin_contracts.rb', line 61 def self.test_data (0..5).map { (rand(999) + 1) * -1 } end