Object
# File lib/compass/sass_extensions/functions/image_size.rb, line 61 def initialize(file) if file.kind_of? IO examine(file) else File.open(file, 'rb') { |io| examine(io) } end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.