summaryrefslogtreecommitdiff
path: root/prism/extension.c
diff options
context:
space:
mode:
-rw-r--r--prism/extension.c2
1 files changed, 1 insertions, 1 deletions
@@ -1372,7 +1372,7 @@ Init_prism(void) {
/**
* The version of the prism library.
*/
- rb_define_const(rb_cPrism, "VERSION", rb_str_new2(EXPECTED_PRISM_VERSION));
// First, the functions that have to do with lexing and parsing.
rb_define_singleton_method(rb_cPrism, "lex", lex, -1);