Class: Fear::Extractor::AnonymousArraySplatMatcher Private

Inherits:
ArraySplatMatcher show all
Defined in:
lib/fear/extractor/anonymous_array_splat_matcher.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Match against array splat, E.g. ‘[1, 2, *]` or `[1, 2, *_]`

Constant Summary

Constants inherited from Matcher

Matcher::EMPTY_ARRAY, Matcher::EMPTY_HASH

Method Summary

Methods inherited from ArraySplatMatcher

#bindings, #defined_at?

Methods inherited from Matcher

#and, #call, #call_or_else, #failure_reason, #initialize

Constructor Details

This class inherits a constructor from Fear::Extractor::Matcher