module Simplate

Constants

VERSION

Public Class Methods

root_path() click to toggle source
# File lib/simplate.rb, line 6
def Simplate.root_path
  Pathname.new(File.dirname(__FILE__)).parent
end