HammerCLI::Output::Formatters::FieldFormatter
# File lib/hammer_cli/output/formatters.rb, line 133 def initialize(options = {}) @indent = options[:indent].nil? ? true : options[:indent] end
# File lib/hammer_cli/output/formatters.rb, line 141 def format(text) text = text.to_s.indent_with(INDENT) if @indent "\n#{text}" end
# File lib/hammer_cli/output/formatters.rb, line 137 def tags [:screen] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.