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