module LiberMeliorationum::Pipe
Allow creating pipelines from procs
Public Instance Methods
+(other)
click to toggle source
# File lib/liber_meliorationum.rb, line 209 def +(other) Proclist.new(self, other) end