module Falcon::Environment::Configured
def resolved_configuration_paths
def resolved_configuration_paths if configuration_paths = self.configuration_paths configuration_paths.flat_map do |path| Dir.glob(path) end.uniq else [] end end
def resolved_configuration_paths if configuration_paths = self.configuration_paths configuration_paths.flat_map do |path| Dir.glob(path) end.uniq else [] end end