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.9
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.