# File lib/compass/sass_extensions/functions/image_size.rb, line 28 def initialize(file) @file = file @file_type = File.extname(@file)[1..-1] end