Sha256: 39519bdab47b14b21ac085be490adf1e65ba5ffbd61e90f467e1c1d42f3f2511
Contents?: true
Size: 679 Bytes
Versions: 20
Compression:
Stored size: 679 Bytes
Contents
module Picky # This is only used in the classic project style. # class << self attr_accessor :logger end # Require the constants. # require ::File.expand_path '../picky/constants', __FILE__ # Library bundling. # require ::File.expand_path '../picky/bundling', __FILE__ # Loader which handles framework and app loading. # require ::File.expand_path '../picky/loader', __FILE__ # Load the framework # Loader.load_framework puts "Loaded picky with environment '#{PICKY_ENVIRONMENT}' in #{PICKY_ROOT} on Ruby #{RUBY_VERSION}." # Check if delegators need to be installed. # require ::File.expand_path '../picky/sinatra', __FILE__ end
Version data entries
20 entries across 20 versions & 1 rubygems