class Blufin::Base

Constants

OPT_PATH

Public Class Methods

get_base_path() click to toggle source

Get PATH to opt files. @return String

# File lib/core/base.rb, line 9
def self.get_base_path
    base_path = File.dirname(File.expand_path(__FILE__))
    base_path = base_path.gsub(/\/\w+\/\w+\z/i, '')
    base_path
end