Class: Math::SetTheory::Closure

Inherits:
Object
  • Object
show all
Defined in:
lib/ruuuby/math/set_theory/closure.rb

Overview

Direct Known Subclasses

NumberSet

Defined Under Namespace

Modules: Axioms

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(axioms) ⇒ Closure

Returns a new instance of Closure.

Parameters:



54
55
56
57
58
59
60
61
62
63
64
# File 'lib/ruuuby/math/set_theory/closure.rb', line 54

def initialize(axioms)
  

Instance Attribute Details

#axiomsObject (readonly)

Returns the value of attribute axioms.



51
52
53
# File 'lib/ruuuby/math/set_theory/closure.rb', line 51

def axioms
  @axioms
end