Class: IO

Inherits:
Object show all
Defined in:
lib/chitin/core_ext/io.rb

Instance Method Summary collapse

Instance Method Details

#>(executable) ⇒ Object



2
3
4
5
# File 'lib/chitin/core_ext/io.rb', line 2

def >(executable)
  executable[:set_in, self]
  executable
end