Methods
Class Public methods
new(sh, to_filename, filter)
Link
Source: show
# File lib/shell/builtin-command.rb, line 117 def initialize(sh, to_filename, filter) @file_name = to_filename io = sh.open(to_filename, "a") super(sh, io, filter) end
Instance Public methods