Method: Factbase::Rules::Fact#initialize
- Defined in:
- lib/factbase/rules.rb
#initialize(fact, check) ⇒ Fact
Returns a new instance of Fact.
69 70 71 72 |
# File 'lib/factbase/rules.rb', line 69 def initialize(fact, check) @fact = fact @check = check end |