module Nali

Constants

VERSION

Public Class Methods

path() click to toggle source
# File lib/nali/path.rb, line 3
def self.path
  @gem_path ||= File.expand_path '..', File.dirname( __FILE__ )
end