# File lib/rb-pygments.rb, line 30 def style(style, formatter, options = {}) execute(["-S", style, "-f", formatter] + convert_options(options)) end