Class: Even

Inherits:
Object
  • Object
show all
Defined in:
lib/math_series/even.rb

Instance Method Summary collapse

Instance Method Details



2
3
4
# File 'lib/math_series/even.rb', line 2

def print len
  (0...len*2).step(2).to_a
end