Sha256: ace0cc362e0ec19de3b6bf5225ff969d3215e31aa01cdea171664dc988359fb9

Contents?: true

Size: 98 Bytes

Versions: 3

Compression:

Stored size: 98 Bytes

Contents

class Symbol
  def ==(object)
    object.kind_of?(Enumeration) ? object == self : super
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
objectreload-simple_enumerations-0.1.6 lib/simple_enumerations/symbol_extension.rb
objectreload-simple_enumerations-0.1.3 lib/simple_enumerations/symbol_extension.rb
objectreload-simple_enumerations-0.1.2 lib/simple_enumerations/symbol_extension.rb