module FastRI::FormatterRedirection
Attributes
stringio[RW]
Public Class Methods
new(*options)
click to toggle source
Calls superclass method
# File lib/fastri/ri_service.rb, line 57 def initialize(*options) @stringio = StringIO.new("") super end