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.5.0
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.