class Mail::Encodings::Base64

def self.cost(str)

3 bytes in -> 4 bytes out
def self.cost(str)
  4.0 / 3
end