Method: LensProtocol::OMA::Types::Type#parse

Defined in:
lib/lens_protocol/oma/types/type.rb

#parse(_line, _next_lines) ⇒ Object

Receives the current line and the lines after that. Must return the parsed value to store on the message, and the array of (possibly filtered) next lines.

Raises:

  • (NotImplementedError)


12
13
14
# File 'lib/lens_protocol/oma/types/type.rb', line 12

def parse _line, _next_lines
  raise NotImplementedError, self
end