Returns the value of the node as a Ruby Rational.
Rational
Source: show | on GitHub
# File ruby/lib/prism/node_ext.rb, line 83 def value Rational(slice.chomp("r")) end