Class
Class Methods
lib/shell/builtin-command.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/shell/builtin-command.rb, line 26
def initialize(sh, *opts)
super sh
end
No documentation available
Instance Methods
lib/shell/builtin-command.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/shell/builtin-command.rb, line 30
def each(rs = nil)
# do nothing
end
No documentation available