Method: Integer.all

Defined in:
lib/b-lazy.rb

.allObject



349
350
351
# File 'lib/b-lazy.rb', line 349

def self.all
  [[0], positives.lmap{|x| [x, -x]}.cons].cons
end