Module: Gio::Icon

Defined in:
lib/gio2.rb

Instance Method Summary collapse

Instance Method Details

#eql?(other) ⇒ Boolean

Returns:

  • (Boolean)


121
122
123
# File 'lib/gio2.rb', line 121

def eql?(other)
  self === other and self == other
end