summaryrefslogtreecommitdiff
path: root/prism
diff options
context:
space:
mode:
authorEarlopain <[email protected]>2025-01-19 12:22:52 +0100
committergit <[email protected]>2025-01-19 12:44:20 +0000
commitf27ed98effff9891d28edc7119d45811bcedd510 ()
treeac01da5a074161526b10bd973198df7844cfa403 /prism
parent65a7c691884a3f50787d5cd94575a7881a2af3f1 (diff)
[ruby/prism] Freeze `Prism::VERSION`
Closes https://.com/ruby/prism/pull/3422 https://.com/ruby/prism/commit/b488a84253
-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);