module TableSetter

Constants

ROOT
VERSION

Attributes

config_path[R]

Public Class Methods

configure(path) click to toggle source
# File lib/table_setter.rb, line 32
def configure(path)
  @config_path = File.expand_path(path)
end
table_path() click to toggle source
# File lib/table_setter.rb, line 36
def table_path
  "#{@config_path}/tables/"
end