class Jekyll::Assets::Plugins::MiniMagick::SameType

Public Class Methods

new(type) click to toggle source
# File lib/jekyll/assets/plugins/proxy/magick.rb, line 15
def initialize(type)
  "Trying to convert #{type} to #{type} won't work."
end