# File lib/rspec/matchers/built_in/cover.rb, line 9 def matches?(range) @actual = range @expected.all? { |e| range.cover?(e) } end