diff --git a/lib/tsort.rb b/lib/tsort.rb index dbaed45415..3c9635baa3 100644 --- a/lib/tsort.rb +++ b/lib/tsort.rb @@ -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