Sha256: 0fda6ab3d7c32bc331970292eec46600f6a367f5a93bcb68c1184a17eb43598c
Contents?: true
Size: 209 Bytes
Versions: 5
Compression:
Stored size: 209 Bytes
Contents
module Constants module Errors UNINITIALIZED_CONSTANT = "uninitialized constant".freeze UNDEFINED_VARIABLE = "undefined local variable".freeze UNDEFINED_TABLE = "UndefinedTable".freeze end end
Version data entries
5 entries across 5 versions & 1 rubygems