# File lib/rabbit/formatter.rb, line 57 def format(text) tagged_text(text, "span", normalize_attribute(name, @value)) end
# File lib/rabbit/formatter.rb, line 61 def html_format(text) css_name, css_value = pango2css(name, @value) tagged_text(text, "span", {'style' => "#{css_name}: #{css_value};"}) end
Generated with the Darkfish Rdoc Generator 2.