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