Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/opt/alt/ruby20/lib64/ruby/2.0.0/rake/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/opt/alt/ruby20/lib64/ruby/2.0.0/rake/default_loader.rb |
module Rake # Default Rakefile loader used by +import+. class DefaultLoader def load(fn) Rake.load_rakefile(File.expand_path(fn)) end end end