Sha256: 70331fc342c45043a4228f8950c1740bbb70baa1cc94c269431edb2c2af33248
Contents?: true
Size: 280 Bytes
Versions: 17
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true class ThinkingSphinx::Commands::Configure < ThinkingSphinx::Commands::Base def call log "Generating configuration to #{configuration.configuration_file}" configuration.render_to_file end private def type 'configure' end end
Version data entries
17 entries across 17 versions & 1 rubygems