Support for the Ruby 2.4 series has ended. See here for reference.
Shell::BuiltInCommand
# File shell/builtin-command.rb, line 88 def initialize(sh, io, filter) super sh @input = filter @io = io end
# File shell/builtin-command.rb, line 94 def input=(filter) @input.input=filter for l in @input @io << l end end
This page was generated for Ruby 2.4.1
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.