Method: Confection::Project#store

Defined in:
lib/confection/project.rb

#storeObject

Configuration store tracks a project’s confirguration entries.



101
102
103
# File 'lib/confection/project.rb', line 101

def store
  @store ||= Store.new(*source)
end