Module: SexpCliTools::Matchers

Defined in:
lib/sexp_cli_tools/matchers/super_caller.rb,
lib/sexp_cli_tools/matchers/method_implementation.rb

Defined Under Namespace

Classes: MethodImplementation

Constant Summary collapse

SuperCaller =

Thanks to this test: github.com/seattlerb/sexp_processor/blob/93712e31b6d5e23c7d68cea805b40a642aad3e10/test/test_sexp.rb#L1625 zsuper I noticed while simplifying the examples

Sexp::Matcher.parse('[child (super ___)]') | Sexp::Matcher.parse('[child (zsuper)]')