# File lib/rouge/formatter.rb, line 43 def render(tokens) warn 'Formatter#render is deprecated, use #format instead.' format(tokens) end