Sha256: 9b5e2954ecb268d6215c6e2c0d06ee173d4933f392989af4ac0000788c834043
Contents?: true
Size: 257 Bytes
Versions: 14
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true class ThinkingSphinx::Commands::Running < ThinkingSphinx::Commands::Base def call return true if configuration.settings['skip_running_check'] controller.running? end private def type 'running' end end
Version data entries
14 entries across 14 versions & 1 rubygems