class Prism::IntegerNode

Public Instance Methods

Returns the value of the node as a Ruby Integer.

# File lib/prism/node_ext.rb, line 76
def value
  Integer(slice)
end