Rails::Engine
# File lib/console/engine.rb, line 24 def self.require_relative(file) file = File.expand_path(file) require_dependency "#{root}/#{Pathname.new(file).relative_path_from(Rails.application.root)}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.