# File lib/cgikit/delegate.rb, line 49
    def bool( name, does_resolve = true )
      Association.adapt_to_bool(value(name, does_resolve))
    end