Class: PprintSerializer
- Inherits:
-
Serializer
- Object
- Serializer
- PprintSerializer
- Defined in:
- lib/rfeedparser.rb
Overview
FIXME use pp instead
Instance Method Summary collapse
Methods inherited from Serializer
Constructor Details
This class inherits a constructor from Serializer
Instance Method Details
#write(stream = $stdout) ⇒ Object
474 475 476 477 478 |
# File 'lib/rfeedparser.rb', line 474 def write(stream = $stdout) stream << @results['href'].to_s + "\n\n" pp(@results) stream << "\n" end |