Sha256: c595c018d52f2f0ab61b177048461a03e57a3bff548e19edccbcf011dfbab857
Contents?: true
Size: 188 Bytes
Versions: 17
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true class ThinkingSphinx::Commands::Rotate < ThinkingSphinx::Commands::Base def call controller.rotate end private def type 'rotate' end end
Version data entries
17 entries across 17 versions & 1 rubygems