Mail::Encodings::TransferEncoding
Idenity encodings have a fixed cost, 1 byte out per 1 byte in
# File lib/mail/encodings/binary.rb, line 24 24: def self.cost(str) 25: 1.0 26: end
Decode the string
# File lib/mail/encodings/binary.rb, line 14 14: def self.decode(str) 15: str 16: end
Encode the string
# File lib/mail/encodings/binary.rb, line 19 19: def self.encode(str) 20: str 21: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.