class Discordrb::Events::Negated
A negated object, used to not match something in event parameters. @see Discordrb::Events.matches_all
Attributes
object[R]
Public Class Methods
new(object)
click to toggle source
# File lib/discordrb/events/generic.rb, line 10 def initialize(object) @object = object end