Class: XCActivityLog::Parser

Inherits:
SLF0::Parser show all
Defined in:
lib/xcactivitylog/parser.rb

Defined Under Namespace

Classes: S

Instance Method Summary collapse

Methods inherited from SLF0::Parser

#initialize, #parse!, #parse_tokens!

Constructor Details

This class inherits a constructor from SLF0::Parser

Instance Method Details

#make_stream(tokens, class_deserializer) ⇒ Object



61
62
63
# File 'lib/xcactivitylog/parser.rb', line 61

def make_stream(tokens, class_deserializer)
  S.new(tokens, class_deserializer: class_deserializer)
end