Skip to content

Commit 7578655

Browse files
nobumatzbot
authored andcommitted
[ruby/tsort] [DOC] Document constants
ruby/tsort@1d1711ad23
1 parent e0841a7 commit 7578655

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/tsort.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,10 @@
123123

124124
module TSort
125125

126+
# The version string.
126127
VERSION = "0.2.0"
127128

129+
# Exception class to be raised when a cycle is found.
128130
class Cyclic < StandardError
129131
end
130132

0 commit comments

Comments
 (0)