Method: CLOptionType#to_string

Defined in:
lib/types/cl_option_type.rb

#to_stringString

Returns:

  • (String)


22
23
24
# File 'lib/types/cl_option_type.rb', line 22

def to_string
  @inner == nil ? TAGS.key(13).to_s + " (None)" : TAGS.key(13).to_s + " (#{@inner.to_string})"
end