aboutsummaryrefslogtreecommitdiff
path: root/hash.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2008-11-17 01:28:49 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2008-11-17 01:28:49 +0100
commite9e6f73609bbbd55f5aa7250f0650848120e8db0 (patch)
tree05a77ae0fe6881c02676d66dd0bdfe8bccd40cda /hash.rb
parent62ea61f312bff0105f55cbad49cbf0ba7b223a5c (diff)
License added
Diffstat (limited to 'hash.rb')
-rw-r--r--hash.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/hash.rb b/hash.rb
index a464c2b..5a84abe 100644
--- a/hash.rb
+++ b/hash.rb
@@ -1,3 +1,9 @@
+################################
+# Author: Benjamin Kellermann #
+# Licence: CC-by-sa 3.0 #
+# see Licence #
+################################
+
class Hash
def compare_by_values(other, fieldarray)
return 0 if fieldarray.size == 0