mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2 lines
117 B
Sed
2 lines
117 B
Sed
|
/RUBY_VERSION /s/^.*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\).*$/s,@MAJOR@,\1,;s,@MINOR@,\2,;s,@TEENY@,\3,/p
|