class ThinkingSphinx::Commands::Prepare

Public Instance Methods

call() click to toggle source
# File lib/thinking_sphinx/commands/prepare.rb, line 4
def call
  return if skip_directories?

  FileUtils.mkdir_p configuration.indices_location
end

Private Instance Methods

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