Sha256: a54253459f497d739d284c0411f41fd80f59cd27953d6e69c665dcee89417305
Contents?: true
Size: 323 Bytes
Versions: 76
Compression:
Stored size: 323 Bytes
Contents
# A PlanResult describes the supported return values of a plan. It # should be used as the return type of functions that run plans and return the # results. type Boltlib::PlanResult = Variant[Boolean, Numeric, String, Undef, Error, Result, ResultSet, Target, Array[Boltlib::PlanResult], Hash[String, Boltlib::PlanResult]]
Version data entries
76 entries across 76 versions & 1 rubygems