class ThinkingSphinx::Guard::None

Public Class Methods

call(names, &block) click to toggle source
# File lib/thinking_sphinx/guard/none.rb, line 4
def self.call(names, &block)
  block.call names
end