Rabbit::ImageLoadWithExternalCommandError
# File lib/rabbit/rabbit.rb, line 79 def initialize(command, tried_commands) format = _("tried gs commands: %s") additional_info = format % tried_commands.inspect super("EPS", command, additional_info) end