Class: Axiom

Inherits:
Object
  • Object
show all
Defined in:
lib/rover_prover/processor/commands.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(formula) ⇒ Axiom

Returns a new instance of Axiom.



9
10
11
# File 'lib/rover_prover/processor/commands.rb', line 9

def initialize(formula)
  @formula = formula
end

Instance Attribute Details

#formulaObject (readonly)

Returns the value of attribute formula.



8
9
10
# File 'lib/rover_prover/processor/commands.rb', line 8

def formula
  @formula
end