Class: Pseudohelp::Bbcode::Compiler
- Inherits:
-
Object
- Object
- Pseudohelp::Bbcode::Compiler
- Defined in:
- lib/pseudohelp/bbcode.rb
Class Method Summary collapse
Class Method Details
.call(text) ⇒ Object
13 14 15 |
# File 'lib/pseudohelp/bbcode.rb', line 13 def call(text) BBRuby.to_html(text).html_safe end |