Module: IO::Pipe

Defined in:
lib/io/pipe.rb

Overview

Module to refine Kernel#` method.

Defined Under Namespace

Classes: Command

Constant Summary collapse

VERSION =

The version number

"0.0.1"

Instance Method Summary collapse

Instance Method Details

#`(str) ⇒ Object

Creates IO::Pipe::Command with str.



87
# File 'lib/io/pipe.rb', line 87

def `(str) = Command.new(str)