Table of Contents - Fast Pattern Matcher
Pages
- LICENSE
-
README
- patrun-ruby
- A fast pattern matcher on Ruby object properties.
- Support
- Quick example
- Install
- The Why
- The Rules
- Customization
- API
- patrun( custom )
- .add( {…pattern…}, object )
- .find( {…subject…}[, exact] )
- .list( {…pattern-partial…}[, exact] )
- .remove( {…pattern…} )
- .toString( [proc][, tree] )
- .toJSON()
- Development
Classes and Modules
Methods
- ::new — Patrun
- #add — Patrun
- #deepCopy — Patrun
- #descend — Patrun
- #escregexp — Patrun
- #find — Patrun
- #findexact — Patrun
- #gexval — Patrun
- #indent — Patrun
- #inspect — Patrun
- #isBoolean — Patrun
- #isFunction — Patrun
- #list — Patrun
- #merge — Patrun
- #remove — Patrun
- #toJSON — Patrun
- #toString — Patrun
- #walk — Patrun