Shell::BuiltInCommand
# File shell/builtin-command.rb, line 49 def initialize(sh, *filenames) super sh @cat_files = filenames end
# File shell/builtin-command.rb, line 54 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.6
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.