Sha256: 39751254fec54bd503ec02ffb79d533345b8d60455400db6cf90f5af86d6a1e3
Contents?: true
Size: 323 Bytes
Versions: 11
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
11 entries across 11 versions & 1 rubygems