Class: Rabbit::ImageManipulable::Default
- Defined in:
- lib/rabbit/image/default.rb
Constant Summary
Constants included from ModuleLoader
Instance Attribute Summary
Attributes inherited from Base
#animation, #filename, #original_height, #original_width, #properties
Class Method Summary collapse
Methods inherited from Base
#[], #[]=, delegate, #draw, #height, #initialize, #keep_ratio=, #keep_ratio?, #pixbuf, #relative_clip_height, #relative_clip_width, #relative_clip_x, #relative_clip_y, #resize, #width
Methods included from ModuleLoader
extend_object, #find_loader, #loaders, #push_loader, #unshift_loader
Constructor Details
This class inherits a constructor from Rabbit::ImageManipulable::Base
Class Method Details
.match?(filename) ⇒ Boolean
11 12 13 |
# File 'lib/rabbit/image/default.rb', line 11 def match?(filename) true end |