Method: Bacon::SpecDoxOutput#handle_specification

Defined in:
lib/bacon.rb

#handle_specification(name) ⇒ Object



39
40
41
42
43
# File 'lib/bacon.rb', line 39

def handle_specification(name)
  puts name
  yield
  puts
end