# File lib/sprockets/sass_functions.rb, line 13 def image_path(path) Sass::Script::String.new(sprockets_context.image_path(path.value), :string) end