Class: IRB::ExtendCommand::Source
- Includes:
- IrbLoader
- Defined in:
- lib/irb/cmd/load.rb
Instance Attribute Summary
Attributes inherited from Nop
Instance Method Summary collapse
Methods included from IrbLoader
#irb_load, #load_file, #old, #search_file_from_ruby_path, #source_file
Methods inherited from Nop
Constructor Details
This class inherits a constructor from IRB::ExtendCommand::Nop
Instance Method Details
#execute(file_name) ⇒ Object
60 61 62 |
# File 'lib/irb/cmd/load.rb', line 60 def execute(file_name) source_file(file_name) end |