class String
Public Instance Methods
bbcode_to_html(raise_error = false)
click to toggle source
# File lib/bbcode-rails.rb, line 178 def bbcode_to_html raise_error = false BBCode.parse(self, raise_error) end