Class: ImageInfo::NullParser
- Inherits:
-
Object
- Object
- ImageInfo::NullParser
- Defined in:
- lib/image_info/null_parser.rb
Instance Method Summary collapse
Instance Method Details
#format ⇒ Object
7 |
# File 'lib/image_info/null_parser.rb', line 7 def format; end |
#height ⇒ Object
5 |
# File 'lib/image_info/null_parser.rb', line 5 def height; end |
#width ⇒ Object
3 |
# File 'lib/image_info/null_parser.rb', line 3 def width; end |