Class: Querly::Pattern::Kind::Any

Inherits:
Base
  • Object
show all
Defined in:
lib/querly/pattern/kind.rb

Instance Attribute Summary

Attributes inherited from Base

#expr

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Querly::Pattern::Kind::Base

Instance Method Details

#test_kind(pair) ⇒ Object



22
23
24
# File 'lib/querly/pattern/kind.rb', line 22

def test_kind(pair)
  true
end