Class/Module Index [+]

Quicksearch

HammerCLI::Options::Normalizers::List

Public Instance Methods

description() click to toggle source
# File lib/hammer_cli/options/normalizers.rb, line 56
def description
  _("Comma separated list of values.")
end
format(val) click to toggle source
# File lib/hammer_cli/options/normalizers.rb, line 60
def format(val)
  val.is_a?(String) ? val.split(",") : []
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.