# File lib/rabbit/source-generator/rd.rb, line 34 def definition_list_item(item, description) [ ": #{item}", " #{description}", ].join("\n") end
# File lib/rabbit/source-generator/rd.rb, line 30 def heading(level, title) ("=" * level) + " #{title}" end
# File lib/rabbit/source-generator/rd.rb, line 45 def image(source, options={}) lines = [ " # image", " # src = #{source}", ] options.each do |key, value| lines << " # #{key} = #{value}" end lines.join("\n") end
Generated with the Darkfish Rdoc Generator 2.