class SekkaPath

Public Class Methods

path() click to toggle source
# File lib/sekka/path.rb, line 2
def self.path
  libsekka = File.dirname( __FILE__ )
  File.expand_path( libsekka + "/../.." )
end