module Twigg

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 `files` and `templates` directories).

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