class Discordrb::Events::TrueEventHandler

Event handler that matches all events. Only useful for making an event that has no attributes, such as {ReadyEvent}.

Public Instance Methods

matches?(_) click to toggle source

Always returns true. @return [true]

# File lib/discordrb/events/generic.rb, line 114
def matches?(_)
  true
end