Class: Bullet::Notification::Base::HTMLwithPygments

Inherits:
Redcarpet::Render::HTML
  • Object
show all
Defined in:
lib/bullet/notification/base.rb

Instance Method Summary collapse

Instance Method Details

#block_code(code, language) ⇒ Object



71
72
73
# File 'lib/bullet/notification/base.rb', line 71

def block_code(code, language)
  Pygments.highlight(code, :lexer => language)
end