# File lib/hammer_cli/output/adapter/table.rb, line 12 def format(value) if @formatter @formatter.format(value, @params) else value end end