class RSpec::Matchers::BuiltIn::BeBetween

def initialize(min, max)

def initialize(min, max)
  @min, @max = min, max
  inclusive
end