Module: Putter::PrintStrategy
- Defined in:
- lib/putter/print_strategy.rb
Constant Summary collapse
- Default =
Proc.new do |label, method, args, result| prefix = "\tPutter Debugging: ".colorize(:cyan) suffix = "#{label} -- Method: :#{method}, Args: #{args}, Result: #{result}".colorize(:green) puts prefix + suffix end