Class: Module

Inherits:
Object show all
Defined in:
lib/rconditions.rb

Overview

:nodoc:

Instance Method Summary collapse

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