Module: Cinnabar::FnPipe::Mixin

Defined in:
lib/cinnabar/pipe.rb

Overview

Function Pipe

Monkey Patching: Object#▷

Examples:


include Cinnabar::FnPipe::Mixin

put_obj = ->s { puts s }
'Foo'.(put_obj)
    #=> Foo

2. :puts
    #=> 2