class Net::IMAP::BodyTypeExtension

Public Instance Methods

multipart?() click to toggle source
# File lib/net/imap/response_data.rb, line 521
def multipart?
  return false
end