Module: Tracetool::IOS
- Defined in:
- lib/tracetool/ios.rb,
lib/tracetool/ios/parser.rb,
lib/tracetool/ios/scanner.rb,
lib/tracetool/ios/atos_context.rb
Overview
IOS trace unpacking routines
Defined Under Namespace
Classes: AtosContext, IOSTraceParser, IOSTraceScanner
Class Method Summary collapse
Class Method Details
.scan(string, opts) ⇒ Object
8 9 10 |
# File 'lib/tracetool/ios.rb', line 8 def self.scan(string, opts) IOSTraceScanner.new.process(string, OpenStruct.new(opts)) end |