Method: CMSScanner::Controller::Base#==

Defined in:
lib/cms_scanner/controller.rb

#==(other) ⇒ Object



18
19
20
# File 'lib/cms_scanner/controller.rb', line 18

def ==(other)
  self.class == other.class
end