module FieldMaskParser

Constants

VERSION

Public Class Methods

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

@param [<String>] paths @return [Node]

# File lib/field_mask_parser.rb, line 10
def parse(paths:, root:, dispatcher: nil)
  Parser.new(paths: paths, root: root, dispatcher: dispatcher).parse
end