Method: TMail::Decoder#puts
- Defined in:
- lib/tmail/encode.rb
#puts(str = nil) ⇒ Object
181 182 183 184 |
# File 'lib/tmail/encode.rb', line 181 def puts( str = nil ) @f << str if str @f << @eol end |
181 182 183 184 |
# File 'lib/tmail/encode.rb', line 181 def puts( str = nil ) @f << str if str @f << @eol end |