module OlDumpParser

Serves as the namespace for the whole gem

Constants

VERSION

Public Class Methods

new(params) click to toggle source

Creates a new parser @param params [Hash{Symbol => String}] Input parameters to parser

# File lib/ol_dump_parser.rb, line 8
def new(params)
  Parser.new params
end