From 497f71896d7c0d09be29786bf7c6e241976688b1 Mon Sep 17 00:00:00 2001 From: Kane York Date: Tue, 30 Jun 2015 16:44:35 -0700 Subject: [PATCH] oops --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 47464c9..b3b83d1 100644 --- a/plugin.rb +++ b/plugin.rb @@ -51,7 +51,7 @@ after_initialize do if $1 == ':' # skip casts $& else - names << $1 + names << $2 "$#{names.length - 1}" end end