You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2019. It is now read-only.
TimedRedSet.since returns an array of elements with timestamps if the with_scores option is true
Failure/Error: {20 => Time.at(2.5), 30 => Time.at(3.5)}
NoMethodError:
undefined method `encoding' for 20:Fixnum
./spec/redness/timed_red_set_spec.rb:64:in`block (3 levels) in <top (required)>'
TimedRedSet.since supports using the :upper/:lower and :with_scores attributes together
Failure/Error: {20 => Time.at(2.5)}
NoMethodError:
undefined method `encoding' for 20:Fixnum
./spec/redness/timed_red_set_spec.rb:73:in`block (3 levels) in <top (required)>'