Included Modules

Class/Module Index [+]

Quicksearch

Rabbit::Format::Formatter

Public Instance Methods

html_formatter?() click to toggle source
# File lib/rabbit/formatter.rb, line 16
def html_formatter?
  false
end
tagged_text(text, name, attrs) click to toggle source
# 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
text_formatter?() click to toggle source
# File lib/rabbit/formatter.rb, line 12
def text_formatter?
  false
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.