Method: Array#**
- Defined in:
- lib/core/facets/array/op_pow.rb
#** ⇒ Object
Array#** is an alias for Array#product.
NOTE: This method is not a common core extension and is not loaded automatically when using require 'facets'.
12 |
# File 'lib/core/facets/array/op_pow.rb', line 12 alias_method :**, :product |