Sha256: 029a9628b547d9b97573b0b697f974130710b15709f8eb3a2dccc37cec8b0e06
Contents?: true
Size: 376 Bytes
Versions: 2
Compression:
Stored size: 376 Bytes
Contents
require 'crystal/support/active_support' require 'ruby_ext' require 'crystal/rack/adapter' require 'crystal/remote' require 'crystal/setting' module Crystal VERSION = '0.0.1' class << self def setting @setting ||= Setting.new end def load_environment end def run load_environment Crystal::Adapter.run end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
crystal-0.0.3 | lib/crystal/core.rb |
crystal-0.0.2 | lib/crystal/core.rb |