module GlobalConvert
Constants
- VERSION
Attributes
projection_file_path[W]
Public Class Methods
projection_file_path()
click to toggle source
# File lib/global_convert.rb, line 13 def projection_file_path @projection_file_path ||= File.expand_path('../data/projections.yml', File.dirname(__FILE__)) end