Class: ThinkingSphinx::Guard::None

Inherits:
Object
  • Object
show all
Defined in:
lib/thinking_sphinx/guard/none.rb

Class Method Summary collapse

Class Method Details

.call(names, &block) ⇒ Object



4
5
6
# File 'lib/thinking_sphinx/guard/none.rb', line 4

def self.call(names, &block)
  block.call names
end