Moneta's convention of using a hash as the last argument for most methods in order to pass in options has been deprecated in Ruby 2.7, and won't be supported at all in 3.0. As such, we should change the Moneta spec and the code to use keyword arguments for options instead.