Class: HTMLRender::Images::Base
- Inherits:
-
Object
- Object
- HTMLRender::Images::Base
- Defined in:
- lib/html_render/images.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
8 9 10 11 |
# File 'lib/html_render/images.rb', line 8 def ==(other) return false unless self.class === other (self <=> other) == 0 end |
#difference(other) ⇒ Object
13 14 15 |
# File 'lib/html_render/images.rb', line 13 def difference(other) raise NotImplementedError end |