lib/sinatra/content_for.rb in sinatra-contrib-2.0.0.beta2 vs lib/sinatra/content_for.rb in sinatra-contrib-2.0.0.rc1

- old
+ new

@@ -177,10 +177,10 @@ end private def content_blocks - @content_blocks ||= Hash.new {|h,k| h[k] = [] } + @content_blocks ||= Hash.new { |h, k| h[k] = [] } end end helpers ContentFor end