class WirisPlugin::CacheFormulaImpl
Public Class Methods
new(conf)
click to toggle source
Calls superclass method
# File lib/com/wiris/plugin/impl/CacheFormulaImpl.rb, line 9 def initialize(conf) super(conf) self.cacheFolder = getAndCheckFolder(ConfigurationKeys::FORMULA_FOLDER) end