In Files

  • irb/cmd/load.rb

Parent

Methods

Included Modules

IRB::ExtendCommand::Source

Public Instance Methods

execute(file_name) click to toggle source
 
               # File irb/cmd/load.rb, line 61
def execute(file_name)
  source_file(file_name)
end