class ImageInfo::NullParser
Public Instance Methods
format()
click to toggle source
# File lib/image_info/null_parser.rb, line 7 def format; end
height()
click to toggle source
# File lib/image_info/null_parser.rb, line 5 def height; end
width()
click to toggle source
# File lib/image_info/null_parser.rb, line 3 def width; end