# File lib/data_objects/quoting.rb, line 73
    def quote_boolean(value)
      value.to_s.upcase
    end