fails:Array#pack with format 'G' calls #to_str to coerce the directives string
fails:Array#pack with format 'G' taints the output string if the format string is tainted
fails:Array#pack with format 'G' raises an ArgumentError if there are fewer elements than the format requires
fails:Array#pack with format 'G' raises ArgumentError when the format modifier is '_'
fails:Array#pack with format 'G' raises ArgumentError when the format modifier is '!'
fails:Array#pack with format 'G' raises a TypeError when passed true
fails:Array#pack with format 'G' raises a TypeError when passed false
fails:Array#pack with format 'G' raises a TypeError if a String does not represent a floating point number
fails:Array#pack with format 'G' raises a TypeError when the object does not respond to #to_f
fails:Array#pack with format 'G' raises a TypeError if passed a String representation of a floating point number
fails:Array#pack with format 'G' encodes NaN
fails:Array#pack with format 'g' calls #to_str to coerce the directives string
fails:Array#pack with format 'g' taints the output string if the format string is tainted
fails:Array#pack with format 'g' raises an ArgumentError if there are fewer elements than the format requires
fails:Array#pack with format 'g' raises ArgumentError when the format modifier is '_'
fails:Array#pack with format 'g' raises ArgumentError when the format modifier is '!'
fails:Array#pack with format 'g' raises a TypeError when passed true
fails:Array#pack with format 'g' raises a TypeError when passed false
fails:Array#pack with format 'g' raises a TypeError if a String does not represent a floating point number
fails:Array#pack with format 'g' raises a TypeError when the object does not respond to #to_f
fails:Array#pack with format 'g' raises a TypeError if passed a String representation of a floating point number
fails:Array#pack with format 'g' encodes NaN
fails:Array#pack with format 'G' raises a TypeError when passed nil
fails:Array#pack with format 'g' raises a TypeError when passed nil
