# File lib/validates_timeliness/attribute_methods.rb, line 58
      def define_timeliness_before_type_cast_method(attr_name)
        generated_timeliness_methods.module_eval "def \#{attr_name}_before_type_cast\nread_timeliness_attribute_before_type_cast('\#{attr_name}')\nend\n", __FILE__, __LINE__ + 1
      end