module ParaDice::Results::Array

Results class to output the list of faces. It’s a Noop that sets the

Api for Results files

Public Class Methods

resolve(faces) click to toggle source

@param [Array] faces @return array of faces passed in

# File lib/para_dice/results/array.rb, line 8
def self.resolve(faces)
  faces
end