class Enumerator::Lazy
Public Instance Methods
piecewise(*args, &block)
click to toggle source
# File lib/piecewise.rb, line 12 def piecewise(*args, &block) self.class.new(self, *args, &block) end
# File lib/piecewise.rb, line 12 def piecewise(*args, &block) self.class.new(self, *args, &block) end