summaryrefslogtreecommitdiff
path: root/code/environments/production/modules/stdlib/types/compat/hash.pp
diff options
context:
space:
mode:
Diffstat (limited to 'code/environments/production/modules/stdlib/types/compat/hash.pp')
-rw-r--r--code/environments/production/modules/stdlib/types/compat/hash.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/code/environments/production/modules/stdlib/types/compat/hash.pp b/code/environments/production/modules/stdlib/types/compat/hash.pp
new file mode 100644
index 0000000..e84a10b
--- /dev/null
+++ b/code/environments/production/modules/stdlib/types/compat/hash.pp
@@ -0,0 +1,2 @@
+# Emulate the is_hash and validate_hash functions
+type Stdlib::Compat::Hash = Hash[Any, Any]