class Jekyll::Assets::Plugins::ImageOptim::MultiplePredefinedPresetsSpecified

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/jekyll/assets/plugins/proxy/optim.rb, line 21
def initialize
  super "Specifying multiple pre-defined presets " \
    "at the same time is not supported"
end