lib/active_object/hash.rb in active_object-4.0.0 vs lib/active_object/hash.rb in active_object-4.0.1
- old
+ new
@@ -227,6 +227,6 @@
end
# rubocop:enable Lint/UnusedMethodArgument
end
-Hash.send(:include, ActiveObject::Hash) if ActiveObject::Settings.config.autoload_hash
+Hash.include(ActiveObject::Hash) if ActiveObject::Settings.config.autoload_hash