Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/bbcoder/string.rb

Instance Method Summary collapse

Instance Method Details

#bbcode_to_htmlObject



2
3
4
# File 'lib/bbcoder/string.rb', line 2

def bbcode_to_html
  BBCoder.new(self.dup).to_html
end