# File lib/hammer_cli/output/formatters.rb, line 133 def initialize(options = {}) @indent = options[:indent].nil? ? true : options[:indent] end