module CORL
Public Class Methods
VERSION()
click to toggle source
# File lib/corl.rb 191 def self.VERSION 192 File.read(File.join(File.dirname(__FILE__), '..', 'VERSION')) 193 end
lib_path()
click to toggle source
# File lib/corl.rb 198 def self.lib_path 199 File.dirname(__FILE__) 200 end