# File lib/bacon.rb, line 61 def handle_requirement(description) error = yield if error.empty? print "." else print error[0..0] end end