module Polyfill::V2_5::Set

Public Instance Methods

===(other) click to toggle source
# File lib/polyfill/v2_5/set.rb, line 4
def ===(other)
  include?(other)
end
to_s() click to toggle source
# File lib/polyfill/v2_5/set.rb, line 8
def to_s
  inspect
end