lib/balanced.rb in balanced-0.2.1 vs lib/balanced.rb in balanced-0.2.2

- old
+ new

@@ -67,10 +67,10 @@ split_uri = split_the_uri(uri) class_name = Balanced::Utils.classify(split_uri[-1]) begin Balanced.const_get class_name rescue NameError - false + return false end true end end \ No newline at end of file