Module: Polyfill::V2_5::Set
- Defined in:
- lib/polyfill/v2_5/set.rb
Instance Method Summary collapse
Instance Method Details
#===(other) ⇒ Object
4 5 6 |
# File 'lib/polyfill/v2_5/set.rb', line 4 def ===(other) include?(other) end |
#to_s ⇒ Object
8 9 10 |
# File 'lib/polyfill/v2_5/set.rb', line 8 def to_s inspect end |