Method: Bacon::SpecDoxOutput#handle_specification

Defined in:
lib/bacon.rb

#handle_specification(name) ⇒ Object



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