Method: Axiom::Function::Proposition#call

Defined in:
lib/axiom/function/proposition.rb

#callBoolean

Evaluate the proposition

Examples:

proposition.call  # => true or false

Returns:

  • (Boolean)


55
56
57
# File 'lib/axiom/function/proposition.rb', line 55

def call(*)
  self.class.call
end