class DoubleResizeError

Public Class Methods

new() click to toggle source
# File lib/jekyll/assets/proxies/magick.rb, line 18
def initialize
  "Both resize and @*x provided, this is not supported."
end