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