lib/mini_magick/configuration.rb in mini_magick-4.10.1 vs lib/mini_magick/configuration.rb in mini_magick-4.11.0
- old
+ new
@@ -3,17 +3,9 @@
module MiniMagick
module Configuration
##
- # Set whether you want to use [ImageMagick](http://www.imagemagick.org) or
- # [GraphicsMagick](http://www.graphicsmagick.org).
- #
- # @return [Symbol] `:imagemagick`, `:imagemagick7`, or `:graphicsmagick`
- #
- attr_accessor :cli
-
- ##
# If you don't have the CLI tools in your PATH, you can set the path to the
# executables.
#
attr_writer :cli_path
# @private (for backwards compatibility)