Top Level Namespace
Defined Under Namespace
Modules: OnyxCord Classes: Integer, String
Instance Method Summary collapse
-
#not!(object) ⇒ Negated<Object>
Utility function that creates a negated object for OnyxCord::Events.matches_all.
Instance Method Details
#not!(object) ⇒ Negated<Object>
Utility function that creates a negated object for OnyxCord::Events.matches_all
127 128 129 |
# File 'lib/onyxcord/events/generic.rb', line 127 def not!(object) OnyxCord::Events::Negated.new(object) end |