class Memit::Config
Attributes
data_path[RW]
Public Class Methods
default()
click to toggle source
# File lib/memit/config.rb, line 5 def self.default new(Memit.root_path.join('data', 'prepositions.csv')) end
new(data_path)
click to toggle source
# File lib/memit/config.rb, line 11 def initialize(data_path) @data_path = data_path end