# File setup.rb, line 404 def value_config?(name) case ConfigTable.lookup(name).config_type when 'bool', 'path' true else false end end