Sha256: f5758cb2c5acbd6211fb428625d69f13bb447d444934a076984aa1b8b3ef2808
Contents?: true
Size: 453 Bytes
Versions: 7
Compression:
Stored size: 453 Bytes
Contents
module Twigg module App autoload :Quips, 'twigg-app/app/quips' autoload :Routes, 'twigg-app/app/routes' autoload :Server, 'twigg-app/app/server' autoload :VERSION, 'twigg-app/app/version' # Returns a Pathname instance corresponding to the root directory of the gem # (ie. the directory containing the `lib`, `public` and `views` directories). def self.root Pathname.new(__dir__) + '..' + '..' end end end
Version data entries
7 entries across 7 versions & 1 rubygems