class TrustyCms::Config::Definition

def boolean?


considered boolean, whether a type is declared or not. config.boolean? may therefore differ from config.definition.boolean?
Returns true if the definition included a :type => :boolean parameter. Config entries that end in '?' are automatically
def boolean?
  type == :boolean
end