In Files

  • shell/builtin-command.rb

Shell::Void

Public Class Methods

new(sh, *opts) click to toggle source
 
               # File shell/builtin-command.rb, line 25
def initialize(sh, *opts)
  super sh
end
            

Public Instance Methods

each(rs = nil) click to toggle source
 
               # File shell/builtin-command.rb, line 29
def each(rs = nil)
  # do nothing
end