Method: EventMachine::IMAP::Formatter#put_string

Defined in:
lib/em-imap/formatter.rb

#put_string(str) ⇒ Object



26
27
28
# File 'lib/em-imap/formatter.rb', line 26

def put_string(str)
  @block.call str
end