method

megabytes

megabytes()
public

No documentation available.

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