Method: Numeric#megabytes

Defined in:
lib/god/sugar.rb

#megabytesObject Also known as: megabyte

Units of megabytes (1024 kilobytes).



43
44
45
# File 'lib/god/sugar.rb', line 43

def megabytes
  self * 1024
end