method
    
    gigabytes
  gigabytes()
  public
  
    Hide source    
    
      
  
# File activesupport/lib/active_support/core_ext/numeric/bytes.rb, line 21 def gigabytes self * 1024.megabytes end

  
  