VersionGuard
# File lib/mspec/guards/bug.rb, line 4 def initialize(bug, version) @bug = bug @version = SpecVersion.new version, true self.parameters = [@bug, @version] end
# File lib/mspec/guards/bug.rb, line 10 def match? return false if MSpec.mode? :no_ruby_bug standard? && ruby_version <= @version end
[Validate]
Generated with the Darkfish Rdoc Generator 2.