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 1.9.2
Ruby-doc.org is hosted by James Britt and Neurogami, an avant garage research + development in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.