Class: Class

Inherits:
Object show all
Includes:
PatternMatch::Matchable
Defined in:
lib/egison/matcher.rb

Instance Method Summary collapse

Methods included from PatternMatch::Matchable

#call

Instance Method Details

#uncons(val) ⇒ Object

Raises:

  • (NotImplementedError)


6
7
8
# File 'lib/egison/matcher.rb', line 6

def uncons(val)
  raise NotImplementedError, "need to define `#{__method__}'"
end