Methods

Class/Module Index [+]

Quicksearch

HammerCLI::Output::Formatters::BooleanFormatter

Public Instance Methods

format(value) click to toggle source
# File lib/hammer_cli/output/formatters.rb, line 153
def format(value)
  !value || value == "" ? _("no") : _("yes")
end
tags() click to toggle source
# File lib/hammer_cli/output/formatters.rb, line 149
def tags
  [:flat, :screen]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.