Class IRB::ExtendCommand::Source
In: lib/irb/cmd/load.rb
Parent: Nop

Methods

execute  

Included Modules

IrbLoader

Public Instance methods

[Source]

    # File lib/irb/cmd/load.rb, line 61
61:       def execute(file_name)
62:         source_file(file_name)
63:       end

[Validate]