1
0
mirror of synced 2026-08-05 18:06:55 +00:00
This commit is contained in:
Kane York
2015-06-30 16:44:35 -07:00
parent baeb747fcb
commit 497f71896d
+1 -1
View File
@@ -51,7 +51,7 @@ after_initialize do
if $1 == ':' # skip casts
$&
else
names << $1
names << $2
"$#{names.length - 1}"
end
end