Method: Weak::Map::StrongSecondaryKeys.usable?
- Defined in:
- lib/weak/map/strong_secondary_keys.rb
.usable? ⇒ Bool
Checks if this strategy is usable for the current Ruby version.
60 61 62 |
# File 'lib/weak/map/strong_secondary_keys.rb', line 60 def self.usable? true end |