Rinda::Template

class Rinda::Template

Parent:
Rinda::Tuple

Templates are used to match tuples in Rinda.

Public Instance Methods

===(tuple) Show source

Alias for match.

# File lib/rinda/rinda.rb, line 169
def ===(tuple)
  match(tuple)
end
登录查看完整内容