class ThinkingSphinx::Commands::Rotate

Public Instance Methods

call() click to toggle source
# File lib/thinking_sphinx/commands/rotate.rb, line 4
def call
  controller.rotate
end

Private Instance Methods

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