Class: Math::SetTheory::Closure
- Defined in:
- lib/ruuuby/math/set_theory/closure.rb
Overview
Direct Known Subclasses
Defined Under Namespace
Modules: Axioms
Instance Attribute Summary collapse
-
#axioms ⇒ Object
readonly
Returns the value of attribute axioms.
Instance Method Summary collapse
-
#initialize(axioms) ⇒ Closure
constructor
A new instance of Closure.
Constructor Details
#initialize(axioms) ⇒ Closure
Returns a new instance of Closure.
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
#axioms ⇒ Object (readonly)
Returns the value of attribute axioms.
51 52 53 |
# File 'lib/ruuuby/math/set_theory/closure.rb', line 51 def axioms @axioms end |