Method: Exlibris::Primo::Pnx::DedupMgr#respond_to?

Defined in:
lib/exlibris/primo/pnx/dedup_mgr.rb

#respond_to?(method, include_private = false) ⇒ Boolean

Tell users we respond to pluralized PNX control elements

Returns:

  • (Boolean)


80
81
82
# File 'lib/exlibris/primo/pnx/dedup_mgr.rb', line 80

def respond_to?(method, include_private=false)
  (duplicated_control_attributes.include? method) ? true : super
end