Support for the Ruby 2.4 series has ended. See here for reference.

In Files

  • shell/builtin-command.rb

Shell::Void

Public Class Methods

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

Public Instance Methods

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