class Net::IMAP::Literal

:nodoc:

def send_data(imap, tag)

:nodoc:
def send_data(imap, tag)
  imap.__send__(:send_literal, data, tag)
end