Sha256: 8ba27fa92029755a009ca5090640dc733d1d2a99248c195a0915f41581552428
Contents?: true
Size: 339 Bytes
Versions: 11
Compression:
Stored size: 339 Bytes
Contents
= Missing Constant If a constant is missing it is because it was not found in either the demos scope, the applique or the toplevel. begin UnknownConstant rescue => err # no colon means toplevel /[^:]UnknownConstant/ =~ err.message end A constant defined in the applique is visible. APPLIQUE_CONSTANT.assert = true
Version data entries
11 entries across 11 versions & 1 rubygems