Class: ImmutableSet::Pure
- Inherits:
-
ImmutableSet
- Object
- Set
- ImmutableSet
- ImmutableSet::Pure
- Defined in:
- lib/immutable_set/pure.rb
Constant Summary
Constants inherited from ImmutableSet
DISABLED_METHODS, STD_INTERSECT_THRESHOLD_RATIO, VERSION
Instance Attribute Summary
Attributes inherited from ImmutableSet
Class Method Summary collapse
Methods inherited from ImmutableSet
#&, #-, #^, build_with_hash_and_max, cast, #classify, #distinct_bounds?, from_ranges, #initialize, #intersect?, #inversion, #method_missing, #min, #minmax, #native_ext, #proper_subset?, #proper_superset?, #subset?, #superset?, #|
Constructor Details
This class inherits a constructor from ImmutableSet
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ImmutableSet
Class Method Details
.native_ext ⇒ Object
3 |
# File 'lib/immutable_set/pure.rb', line 3 def self.native_ext; end |