module TTY::Option::DSL::Conversion

Public Instance Methods

list_of(type) click to toggle source
# File lib/tty/option/dsl/conversion.rb, line 11
def list_of(type)
  :"#{type}_list"
end
map_of(type) click to toggle source
# File lib/tty/option/dsl/conversion.rb, line 7
def map_of(type)
  :"#{type}_map"
end