class Matest::NotANaturalAssertion

Public Class Methods

name() click to toggle source
# File lib/matest/spec_status.rb, line 62
def self.name
  "NOT A NATURAL ASSERTION"
end

Public Instance Methods

to_s() click to toggle source
# File lib/matest/spec_status.rb, line 58
def to_s
  "N"
end