# File lib/rabbit/formatter.rb, line 16 def html_formatter? false end
# File lib/rabbit/formatter.rb, line 20 def tagged_text(text, name, attrs) attrs = attrs.collect do |key, value| %[ #{h(key)}="#{h(value)}"] end.join("") "<#{name}#{attrs}>#{text}</#{name}>" end
# File lib/rabbit/formatter.rb, line 12 def text_formatter? false end
[Validate]
Generated with the Darkfish Rdoc Generator 2.