[ruby/tsort] [DOC] Document constants

1d1711ad23
This commit is contained in:
Nobuyoshi Nakada 2025-07-08 15:04:23 +09:00 committed by git
parent e0841a795b
commit 7578655767

View file

@ -123,8 +123,10 @@
module TSort
# The version string.
VERSION = "0.2.0"
# Exception class to be raised when a cycle is found.
class Cyclic < StandardError
end