Ruby on Rails latest stable (v7.1.3.2) - 0 notes

Module deprecated or moved

This module is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

Enables the use of byte calculations and declarations, like 45.bytes + 2.6.megabytes

Constants

KILOBYTE = 1024

MEGABYTE = KILOBYTE * 1024

GIGABYTE = MEGABYTE * 1024

TERABYTE = GIGABYTE * 1024

PETABYTE = TERABYTE * 1024

EXABYTE = PETABYTE * 1024

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.