# File lib/hammer_cli/output/adapter/table.rb, line 31 def print_record(fields, record) print_collection(fields, [record].flatten(1)) end