Class: Rabbit::ImageManipulable::Default

Inherits:
Base
  • Object
show all
Defined in:
lib/rabbit/image/default.rb

Constant Summary

Constants included from ModuleLoader

ModuleLoader::LOADERS

Instance Attribute Summary

Attributes inherited from Base

#height, #original_height, #original_width, #width

Class Method Summary collapse

Methods inherited from Base

#[], #[]=, #draw, #initialize, #keep_ratio, #keep_ratio=, #pixbuf, #resize

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

Returns:

  • (Boolean)


11
12
13
# File 'lib/rabbit/image/default.rb', line 11

def match?(filename)
  true
end