Class: Math::SetTheory::UniversalSet
- Includes:
- Singleton
- Defined in:
- lib/ruuuby/math/set_theory/discrete/universal_set.rb
Instance Attribute Summary
Attributes inherited from NumberSet
Attributes inherited from Closure
Instance Method Summary collapse
- #_∋?(n) ⇒ Boolean
-
#initialize ⇒ UniversalSet
constructor
A new instance of UniversalSet.
Methods inherited from NumberSet
#countable?, #countably_infinite?, #finite?, #uncountable?, #∋?, #∌?, #⊂?, #⊃?, #⊄?, #⊅?, #⊆?, #⊇?
Constructor Details
#initialize ⇒ UniversalSet
Returns a new instance of UniversalSet.
10 11 12 13 |
# File 'lib/ruuuby/math/set_theory/discrete/universal_set.rb', line 10 def initialize super(: |
Instance Method Details
#_∋?(n) ⇒ Boolean
16 |
# File 'lib/ruuuby/math/set_theory/discrete/universal_set.rb', line 16 def _ |