Object
# File lib/rabbit/element/preformatted.rb, line 10 def text super.gsub(/^/, " ") end
# File lib/rabbit/element/preformatted.rb, line 18 def to_html(generator) "<pre#{attributes}>#{super}</pre>" end
# File lib/rabbit/element/preformatted.rb, line 14 def to_rd text end
[Validate]
Generated with the Darkfish Rdoc Generator 2.