Method: Cosmos::ConfigParser::Error#usage

Defined in:
lib/cosmos/config/config_parser.rb

#usageString (readonly)

Returns The usage string representing how this keyword should be formatted.

Returns:

  • (String)

    The usage string representing how this keyword should be formatted.



106
107
108
# File 'lib/cosmos/config/config_parser.rb', line 106

def usage
  @usage
end