40 41 42 43 44
# File 'lib/bacon.rb', line 40 def handle_specification(name) puts spaces + name yield puts if Counter[:context_depth] == 1 end