Method: Cure::Planner#process

Defined in:
lib/cure/planner.rb

#processObject



14
15
16
17
18
19
20
# File 'lib/cure/planner.rb', line 14

def process
  print_starter
  print_extract_plan
  print_build_plan
  print_transformations_plan
  print_ender
end