# File lib/active_support/core_ext/numeric/bytes.rb, line 11
        def kilobytes
          self * 1024
        end