module FMParser

Constants

VERSION

Public Class Methods

parse(paths:, root:) click to toggle source

@param [<String>] paths @param [Class] root Google::Protobuf message class

# File lib/fmparser.rb, line 8
def parse(paths:, root:)
  parser = Parser.new
  parser.parse(paths: paths, root: root)
end