method

gigabytes

v3.0.0 - Show latest stable - Class: Numeric
gigabytes()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 25
  def gigabytes
    self * GIGABYTE
  end