# File lib/swd.rb, line 44 def self.debug(&block) original = self.debugging? self.debugging = true yield ensure self.debugging = original end