Class: MagicklyApp

Inherits:
Magickly::App show all
Defined in:
lib/magickly/app.rb

Overview

DEPRECATED: Please use Magickly::App instead.

Constant Summary

Constants inherited from Magickly::App

Magickly::App::DEMO_IMAGE, Magickly::App::RESERVED_PARAMS

Class Method Summary collapse

Methods inherited from Magickly::App

#ordered_options, #process_path, #process_src_or_display_demo, #uri_to_url

Class Method Details

.runObject



124
125
126
127
# File 'lib/magickly/app.rb', line 124

def self.run
  warn "This has been deprecated - please use Magickly::App.run"
  super
end