class PhilLocator::Configuration
Attributes
data_root_path[RW]
Public Class Methods
new()
click to toggle source
# File lib/phil_locator/configuration.rb, line 5 def initialize @data_root_path = [PhilLocator.gem_full_path, "data"].join("/") end