Searched refs:irb_load (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/irb/cmd/
H A Dload.rb23 return irb_load(file_name, priv)
39 if irb_load(file_name)
50 irb_load(f = file_name + ".rb")
/macosx-10.10.1/ruby-106/ruby/lib/irb/ext/
H A Duse-loader.rb22 # Loads the given file similarly to Kernel#load, see IrbLoader#irb_load
23 def irb_load(*opts, &b) method in class:IRB.ExtendCommandBundle
57 alias_method :load, :irb_load
H A Dloader.rb27 def irb_load(fn, priv = nil) method in class:IRB.LoadAbort.IrbLoader
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dextend-command.rb99 [:irb_load, :Load, "irb/cmd/load"],
124 # +irb_load+:: #irb_load

Completed in 116 milliseconds