Current path: opt/alt/ruby21/lib64/ruby/2.1.0/rake/
⬆️ Go up: 2.1.0
module Rake # Default Rakefile loader used by +import+. class DefaultLoader def load(fn) Rake.load_rakefile(File.expand_path(fn)) end end end