Class: Module
Overview
:nodoc:
Instance Method Summary collapse
-
#method_added(id) ⇒ Object
:nodoc:.
Instance Method Details
#method_added(id) ⇒ Object
:nodoc:
133 134 135 136 |
# File 'lib/rconditions.rb', line 133 def method_added(id) #:nodoc: ::RConditions.extend_predicate_method_and_define_bang_method(self, id) method_added_without_rconditions(id) end |