lib/dolzenko/try_block.rb in dolzenko-0.0.21 vs lib/dolzenko/try_block.rb in dolzenko-0.0.22
- old
+ new
@@ -1,4 +1,6 @@
+# My attempt of [Guarded Evaluation](http://weblog.raganwald.com/2008/01/objectandand-objectme-in-ruby.html)
+# problem solution. Everyone has that :)
module TryBlock
def self.install!
unless Object.include?(self)
Object.send(:include, self)
Object.send(:public, :try_block)
\ No newline at end of file