summaryrefslogtreecommitdiff
path: root/template/id.h.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/id.h.tmpl')
-rw-r--r--template/id.h.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/id.h.tmpl b/template/id.h.tmpl
index fccb5cf059..11df0507f4 100644
--- a/template/id.h.tmpl
+++ b/template/id.h.tmpl
@@ -92,6 +92,7 @@ enum ruby_method_ids {
tIntern,
tMethodMissing,
tLength,
+ tSize,
tGets,
tSucc,
tEach,
@@ -112,6 +113,7 @@ enum ruby_method_ids {
TOKEN2ID(Intern),
TOKEN2ID(MethodMissing),
TOKEN2ID(Length),
+ TOKEN2ID(Size),
TOKEN2ID(Gets),
TOKEN2ID(Succ),
TOKEN2ID(Each),