# File lib/vpim/icalendar.rb, line 206
    def protocol?(method)
      Vpim::Methods.casecmp?(protocol, method)
    end