Method: Discordrb::Events::EventHandler#matches_all

Defined in:
lib/discordrb/events/generic.rb

#matches_all(attributes, to_check, &block) ⇒ Object

See Also:

  • matches_all


107
108
109
# File 'lib/discordrb/events/generic.rb', line 107

def matches_all(attributes, to_check, &block)
  Discordrb::Events.matches_all(attributes, to_check, &block)
end