module RuboCop::AST::BasicLiteralNode

def value

Returns:
  • (mixed) - the value of the literal
def value
  node_parts[0]
end