Method: ModuleSync.config_path

Defined in:
lib/modulesync.rb

.config_path(file, options) ⇒ Object



159
160
161
162
163
# File 'lib/modulesync.rb', line 159

def self.config_path(file, options)
  return file if Pathname.new(file).absolute?

  File.join(options[:configs], file)
end