module Rabbit::Format::SpanTextFormatter
Attributes
Public Class Methods
Public Instance Methods
Source
# File lib/rabbit/formatter.rb, line 62 def format(text) tagged_text(text, "span", {name => pango_value}) end
Source
# File lib/rabbit/formatter.rb, line 66 def html_format(text) tagged_text(text, "span", {'style' => "#{css_name}: #{css_value};"}) end