Sha256: 01793463e6d08efd8f5ba8f4a9582daf0d63263fada543b7d5995209aa3d9a9d

Contents?: true

Size: 574 Bytes

Versions: 1

Compression:

Stored size: 574 Bytes

Contents

module Picky

  # 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

1 entries across 1 versions & 1 rubygems

Version Path
picky-3.0.0.pre1 lib/picky.rb