module Falcon::Command::Paths
def configuration
def configuration configuration = Configuration.new self.resolved_paths do |path| path = File.expand_path(path) configuration.load_file(path) end return configuration end
def configuration configuration = Configuration.new self.resolved_paths do |path| path = File.expand_path(path) configuration.load_file(path) end return configuration end