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