module Pipeable

Constants

VERSION

Public Instance Methods

pipe() { |self| ... } click to toggle source
# File lib/pipeable.rb, line 4
def pipe(&block)
  yield self
end