Top Level Namespace
Included Modules
- CrChainableMethods::Pipe
Extended Modules
- CrChainableMethods::Pipe
Defined in:
Method Summary
-
unwrap(foo)
FIXME this should be used as the last call in the chain if the previous call explicitly calls from a module such as:
.>> Foo.method .>> unwrap
Still don't know why the ast parsing works ok for just.>> method
but fails for.>> Foo.method
Method Detail
def unwrap(foo)
#
FIXME this should be used as the last call in the chain if the previous call explicitly calls from a module such as:
.>> Foo.method .>> unwrap
Still don't know why the ast parsing works ok for just .>> method
but fails for .>> Foo.method