# File lib/pry/commands/ri.rb, line 37 def formatter(io) if @formatter_klass @formatter_klass.new else RDoc::Markup::ToAnsi.new end end