# File lib/bacon.rb, line 46 def handle_requirement(description) print "#{spaces} - #{description}" error = yield puts error.empty? ? "" : " [#{error}]" end
# File lib/bacon.rb, line 40 def handle_specification(name) puts spaces + name yield puts if Counter[:context_depth] == 1 end
Generated with the Darkfish Rdoc Generator 2.