mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
e0841a795b
commit
7578655767
1 changed files with 2 additions and 0 deletions
|
@ -123,8 +123,10 @@
|
||||||
|
|
||||||
module TSort
|
module TSort
|
||||||
|
|
||||||
|
# The version string.
|
||||||
VERSION = "0.2.0"
|
VERSION = "0.2.0"
|
||||||
|
|
||||||
|
# Exception class to be raised when a cycle is found.
|
||||||
class Cyclic < StandardError
|
class Cyclic < StandardError
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue