Skip to content

Commit

Permalink
Include cache in FlashHash#inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Mar 1, 2009
1 parent e265031 commit df053a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/flash.rb
Expand Up @@ -61,7 +61,7 @@ def sweep!
# Hide the underlying :__FLASH__ session key and only expose values stored
# in the flash.
def inspect
'#<FlashHash @values=%s>' % [values.inspect]
'#<FlashHash @values=%s @cache=%s>' % [values.inspect, cache.inspect]
end

# Human readable for logging.
Expand Down

0 comments on commit df053a7

Please sign in to comment.