Method: Msf::Plugin::EventTester::Subscriber#respond_to?

Defined in:
plugins/event_tester.rb

#respond_to?(_name, *_args) ⇒ Boolean

Returns:

  • (Boolean)


4
5
6
7
# File 'plugins/event_tester.rb', line 4

def respond_to?(_name, *_args)
  # Why yes, I can do that.
  true
end