Module: FastRI::FormatterRedirection
- Included in:
- RedirectedAnsiFormatter, RedirectedTextFormatter
- Defined in:
- lib/fastri/ri_service.rb
Instance Attribute Summary collapse
-
#stringio ⇒ Object
Returns the value of attribute stringio.
Instance Method Summary collapse
Instance Attribute Details
#stringio ⇒ Object
Returns the value of attribute stringio.
56 57 58 |
# File 'lib/fastri/ri_service.rb', line 56 def stringio @stringio end |
Instance Method Details
#initialize(*options) ⇒ Object
57 58 59 60 |
# File 'lib/fastri/ri_service.rb', line 57 def initialize(*) @stringio = StringIO.new("") super end |