class AdLint::Cc1::TrivialValueTest
Attributes
result[R]
Public Class Methods
new(rslt)
click to toggle source
Calls superclass method
AdLint::Cc1::ValueTest::new
# File lib/adlint/cc1/value.rb, line 353 def initialize(rslt) super(TrivialTestEvidence.new) @result = rslt end