module Tinydot

Public Class Methods

root_path() click to toggle source
# File lib/tinydot.rb, line 10
def self.root_path
  Pathname.new("..").expand_path(File.dirname(__FILE__))
end