class Even
Public Instance Methods
print(len)
click to toggle source
# File lib/math_series/even.rb, line 2 def print len (0...len*2).step(2).to_a end
# File lib/math_series/even.rb, line 2 def print len (0...len*2).step(2).to_a end