lib/sequel/extensions/meta_def.rb in sequel-4.31.0 vs lib/sequel/extensions/meta_def.rb in sequel-4.32.0
- old
+ new
@@ -4,9 +4,11 @@
# with older Sequel code that uses the meta_def method on
# Database, Dataset, and Model classes and/or instances. It is
# not recommended for usage in new code. To load this extension:
#
# Sequel.extension :meta_def
+#
+# Related module: Sequel::Metaprogramming
#
module Sequel
# Contains meta_def method for adding methods to objects via blocks.
# Only recommended for backwards compatibility with existing code.