module Ibsenphrase

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/ibsenphrase.rb, line 8
def root
  @@ROOT ||= File.expand_path(File.join(File.dirname(__FILE__), '..'))
end