Method: Halcyon::Config::Paths#initialize

Defined in:
lib/halcyon/config/paths.rb

#initialize(paths = {}) ⇒ Paths

Creates a profile with the default paths.



8
9
10
# File 'lib/halcyon/config/paths.rb', line 8

def initialize(paths={})
  self.paths = Mash.new(self.defaults.merge(paths))
end