module Rabbit::Format::ConvenienceTextFormatter
Public Instance Methods
Source
# File lib/rabbit/formatter.rb, line 169 def format(text) tagged_text(text, name, {}) end
Source
# File lib/rabbit/formatter.rb, line 173 def html_format(text) tagged_text(text, name, {}) end