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