# File lib/compass/sass_extensions/functions/image_size.rb, line 72 def initialize(file) if file.kind_of? IO examine(file) else File.open(file, 'rb') { |io| examine(io) } end end