Support for the Ruby 2.4 series has ended. See here for reference.
Shell::BuiltInCommand
# File shell/builtin-command.rb, line 50 def initialize(sh, *filenames) super sh @cat_files = filenames end
# File shell/builtin-command.rb, line 55 def each(rs = nil) if @cat_files.empty? super else for src in @cat_files @shell.foreach(src, rs){|l| yield l} end end end
This page was generated for Ruby 2.4.1
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.