# File lib/rubygems-bundler/noexec.rb, line 20 def log2(msg=nil) if Noexec::DEBUG == "2" msg=yield if msg.nil? && block_given? puts msg end end