method
define
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::DynamicMatchers::Method
define()public
No documentation available.
# File activerecord/lib/active_record/dynamic_matchers.rb, line 63
def define
model.class_eval def self.#{name}(#{signature}) #{body} end, __FILE__, __LINE__ + 1
end