Method: Cisco::CiscoError#respond_to?
- Defined in:
- lib/cisco_node_utils/exceptions.rb
#respond_to?(method_sym, include_private = false) ⇒ Boolean
38 39 40 |
# File 'lib/cisco_node_utils/exceptions.rb', line 38 def respond_to?(method_sym, include_private=false) @kwargs.key?(method_sym) ? true : super end |