# File lib/mspec/guards/bug.rb, line 10
10:   def match?
11:     return false if MSpec.mode? :no_ruby_bug
12:     standard? && ruby_version <= @version
13:   end