Skip to content

Commit

Permalink
Return value from Moneta::Expires#store rather than timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Mar 4, 2009
1 parent 9e7bb81 commit d0dd04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moneta.rb
Expand Up @@ -32,8 +32,8 @@ def update_key(key, options)
end

def store(key, value, options = {})
super(key, value)
update_options(key, options)
super(key, value)
end

private
Expand Down

0 comments on commit d0dd04d

Please sign in to comment.