Sha256: 369174aa8aa4d8564087c874c7e434159d05ca4f9514801a7148837d20e0b7f0
Contents?: true
Size: 567 Bytes
Versions: 3
Compression:
Stored size: 567 Bytes
Contents
# @author Jamie Winsor <jamie@vialstudios.com> module Chozo autoload :Config, 'chozo/config' autoload :Errors, 'chozo/errors' autoload :Platform, 'chozo/platform' autoload :RubyEngine, 'chozo/ruby_engine' autoload :VariaModel, 'chozo/varia_model' class << self # Path to the root directory of the Chozo application # # @return [Pathname] def app_root @app_root ||= Pathname.new(File.expand_path('../', File.dirname(__FILE__))) end end end require 'chozo/core_ext' require 'chozo/hashie_ext' require 'active_support/core_ext'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chozo-0.4.2 | lib/chozo.rb |
chozo-0.4.1 | lib/chozo.rb |
chozo-0.4.0 | lib/chozo.rb |