# File lib/vcard/field.rb, line 193
      def Field.decode(line)
        new(line).freeze
      end