Sha256: 95cb061d999b82cfd75110e024670f98fb1fbdd976a40902bd192217c7220b23
Contents?: true
Size: 330 Bytes
Versions: 4
Compression:
Stored size: 330 Bytes
Contents
# frozen_string_literal: true module KStarter # Handle the global access such as configuration, project data class App class << self def config @config ||= KStarter::Database::ConfigModel.new end def project @project ||= KStarter::Database::ProjectModel.new end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
k_starter-0.1.4 | lib/k_starter/app.rb |
k_starter-0.1.3 | lib/k_starter/app.rb |
k_starter-0.1.2 | lib/k_starter/app.rb |
k_starter-0.1.1 | lib/k_starter/app.rb |