# File lib/rspec/matchers/built_in/change.rb, line 73
        def by_at_most(maximum)
          @maximum = maximum
          self
        end