Method: Cosmos::FormatStringParser.parse

Defined in:
lib/cosmos/packets/parsers/format_string_parser.rb

.parse(parser, item) ⇒ Object

Parameters:



24
25
26
27
28
# File 'lib/cosmos/packets/parsers/format_string_parser.rb', line 24

def self.parse(parser, item)
  @parser = FormatStringParser.new(parser)
  @parser.verify_parameters()
  @parser.create_format_string(item)
end