# File lib/pickle/parser/matchers.rb, line 56 def match_model "(?:#{match_mapping}|#{match_prefix}?(?:#{match_indexed_model}|#{match_labeled_model}))" end