class Solve::Graph

def artifact_collection

Returns:
  • (Array) -
def artifact_collection
  @artifacts.collect { |name, artifact| artifact }
end