File: verified_part.rb

package info (click to toggle)
ruby-mail-gpg 0.4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 328 kB
  • sloc: ruby: 2,465; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
require 'mail/gpg/verify_result_attribute'

module Mail
  module Gpg
    class VerifiedPart < Mail::Part
      include VerifyResultAttribute
    end
  end
end