lib/sass/plugin/rack.rb in haml-edge-2.3.98 vs lib/sass/plugin/rack.rb in haml-edge-2.3.99
- old
+ new
@@ -36,10 +36,10 @@
# Process a request, checking the Sass stylesheets for changes
# and updating them if necessary.
#
# @param env The Rack request environment
- # @return [(#to_i, Hash<String, String>, Object)] The Rack response
+ # @return [(#to_i, {String => String}, Object)] The Rack response
def call(env)
Sass::Plugin.check_for_updates
@app.call(env)
end