Class: EventMachine::IMAP::Formatter::Literal

Inherits:
Struct
  • Object
show all
Defined in:
lib/em-imap/formatter.rb

Overview

A placeholder so that the command sender knows to treat literal strings specially

Instance Attribute Summary collapse

Instance Attribute Details

#strObject

Returns the value of attribute str

Returns:

  • (Object)

    the current value of str



6
7
8
# File 'lib/em-imap/formatter.rb', line 6

def str
  @str
end