class Prism::RationalNode

def value

Returns the value of the node as a Ruby Rational.
def value
  Rational(numerator, denominator)
end