Module: Hylite::ChooseHyliter
Instance Method Summary collapse
Instance Method Details
#call(code, lang) ⇒ Object
7 8 9 10 11 |
# File 'lib/hylite/choose_hyliter.rb', line 7 def call(code, lang) Rouge.new?( code, lang) || Pygments.new?(code, lang) || CodeRay.new?( code, lang) end |