Class: IRB::ExtendCommand::Source

Inherits:
LoaderCommand show all
Defined in:
lib/irb/cmd/load.rb

Instance Attribute Summary

Attributes inherited from Nop

#irb_context

Instance Method Summary collapse

Methods inherited from LoaderCommand

#raise_cmd_argument_error

Methods included from IrbLoader

#irb_load, #load_file, #old, #search_file_from_ruby_path, #source_file

Methods inherited from Nop

category, description, execute, #initialize

Constructor Details

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

Instance Method Details

#execute(file_name = nil) ⇒ Object



68
69
70
71
72
# File 'lib/irb/cmd/load.rb', line 68

def execute(file_name = nil)
  raise_cmd_argument_error unless file_name

  source_file(file_name)
end