Class: Shell::Void (Ruby 2.3.4)

Shell::Void

Public Class Methods

new(sh, *opts)
 
               # File shell/builtin-command.rb, line 26
def initialize(sh, *opts)
  super sh
end
            

Public Instance Methods

each(rs = nil)
 
               # File shell/builtin-command.rb, line 30
def each(rs = nil)
  # do nothing
end