Module: Gio::Icon
- Defined in:
- lib/gio2/icon.rb
Instance Method Summary collapse
Instance Method Details
#eql?(other) ⇒ Boolean
19 20 21 22 |
# File 'lib/gio2/icon.rb', line 19 def eql?(other) other.is_a?(self.class) and hash == other.hash end |