Sha256: 2924480b15fb6d3d608d6201903f2a3f60a3310bddd3abc01dbb17a3f7e1b352
Contents?: true
Size: 192 Bytes
Versions: 3
Compression:
Stored size: 192 Bytes
Contents
# frozen_string_literal: true class ThinkingSphinx::Commands::Running < ThinkingSphinx::Commands::Base def call controller.running? end private def type 'running' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
thinking-sphinx-4.2.0 | lib/thinking_sphinx/commands/running.rb |
thinking-sphinx-4.1.0 | lib/thinking_sphinx/commands/running.rb |
thinking-sphinx-4.0.0 | lib/thinking_sphinx/commands/running.rb |