123456789_123456789_123456789_123456789_123456789_

Class: IRB::ExtendCommand::LoaderCommand

Do not use. This class is for internal use only.
Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Nop
Instance Chain:
Inherits: IRB::ExtendCommand::Nop
Defined in: lib/irb/cmd/load.rb

Constant Summary

::IRB::IrbLoader - Included

ABSOLUTE_PATH_PATTERN

Class Method Summary

Nop - Inherited

.category, .description,
.execute

See additional method definition at line 39.

.new, .string_literal?

Instance Attribute Summary

Nop - Inherited

Instance Method Summary

::IRB::IrbLoader - Included

#absolute_path?

See additional method definition at line 35.

#irb_load

Loads the given file similarly to Kernel.load

#load_file

Loads the given file in the current session’s context and evaluates it.

#ruby_load, #ruby_require,
#source_file

Loads a given file in the current session and displays the source lines.

#old, #search_file_from_ruby_path

Nop - Inherited

Constructor Details

This class inherits a constructor from IRB::ExtendCommand::Nop

Instance Method Details

#raise_cmd_argument_error

[ GitHub ]

  
# File 'lib/irb/cmd/load.rb', line 23

def raise_cmd_argument_error
  raise CommandArgumentError.new("Please specify the file name.")
end