Sha256: e32ff83c533d9755e930c78bf40b67300e07b7e9f3c4fd766cec6d1ad26f3484
Contents?: true
Size: 372 Bytes
Versions: 1
Compression:
Stored size: 372 Bytes
Contents
require 'crystal/support/active_support' require 'ruby_ext' require 'crystal/rack/adapter' require 'crystal/remote' require 'crystal/config' module Crystal VERSION = '0.0.1' class << self def config @config ||= Config.new end def load_environment end def run load_environment Crystal::Adapter.run end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
crystal-0.0.4 | lib/crystal/core.rb |