# File lib/mspec/utils/options.rb, line 365 365: def unguarded 366: on("--unguarded", "Turn off all guards") do 367: MSpec.register_mode :unguarded 368: end 369: on("--no-ruby_bug", "Turn off the ruby_bug guard") do 370: MSpec.register_mode :no_ruby_bug 371: end 372: end