From 0432648df0f1ac5d01bb768033693abde071bd9e Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 31 Mar 2013 15:16:56 +0200 Subject: drop shadowing warning for Ruby 2.0 --- lib/bacon.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/bacon.rb b/lib/bacon.rb index 213f1f0..771c6d6 100644 --- a/lib/bacon.rb +++ b/lib/bacon.rb @@ -218,7 +218,9 @@ module Bacon def describe(*args, &block) context = Bacon::Context.new(args.join(' '), &block) (parent_context = self).methods(false).each {|e| - class<