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