Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/rconditions.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#singleton_method_added(id) ⇒ Object
142 143 144 145 |
# File 'lib/rconditions.rb', line 142 def singleton_method_added(id) ::RConditions.extend_predicate_method_and_define_bang_method(class<<self; self; end, id) unless self.class <= Module singleton_method_added_without_rconditions(id) end |