Class: Class
- Includes:
- PatternMatch::Matchable
- Defined in:
- lib/egison/matcher.rb
Instance Method Summary collapse
Methods included from PatternMatch::Matchable
Instance Method Details
#uncons(val) ⇒ Object
6 7 8 |
# File 'lib/egison/matcher.rb', line 6 def uncons(val) raise NotImplementedError, "need to define `#{__method__}'" end |