17 18 19 20 21 22 23
# File 'lib/mspec/guards/bug.rb', line 17 def ruby_bug(bug, version) g = BugGuard.new bug, version g.name = :ruby_bug yield if g.yield? true ensure g.unregister end