class TrustyCms::Config

def definition


that does not restrict use.
Returns the definition associated with this config item. If none has been declared this will be an empty definition
def definition
  @definition ||= self.class.definition_for(self.key)
end