lib/rya.rb in rya-0.1.3 vs lib/rya.rb in rya-0.2.0

- old
+ new

@@ -9,9 +9,10 @@ module Rya # If you want to use AbortIf from this module, you can use it as Rya::AbortIf module AbortIf # To include the methods extend Object::AbortIf + extend Object::AbortIf::Assert # To include the helper classes include Object::AbortIf end end