# File lib/validates_timeliness/attribute_methods.rb, line 49 def define_timeliness_write_method(attr_name) generated_timeliness_methods.module_eval "def \#{attr_name}=(value)\nwrite_timeliness_attribute('\#{attr_name}', value)\nend\n", __FILE__, __LINE__ + 1 end