module Twigg::App

Constants

VERSION

Public Class Methods

root() click to toggle source

Returns a Pathname instance corresponding to the root directory of the gem (ie. the directory containing the `lib`, `public` and `views` directories).

# File lib/twigg-app/app.rb, line 10
def self.root
  Pathname.new(__dir__) + '..' + '..'
end