Method: CodeRay::Encoders::HTML2#text_token
- Defined in:
- lib/milkode/cdweb/lib/coderay_html2.rb
#text_token(text, kind) ⇒ Object
17 18 19 20 |
# File 'lib/milkode/cdweb/lib/coderay_html2.rb', line 17 def text_token text, kind # p "#{kind}: #{text}" super end |