class ThinkingSphinx::Commands::Running

Public Instance Methods

call() click to toggle source
# File lib/thinking_sphinx/commands/running.rb, line 4
def call
  return true if configuration.settings['skip_running_check']

  controller.running?
end

Private Instance Methods

type() click to toggle source
# File lib/thinking_sphinx/commands/running.rb, line 12
def type
  'running'
end