class Prism::ReturnNode

def initialize(source, node_id, location, flags, keyword_loc, arguments)

Initialize a new ReturnNode node.
def initialize(source, node_id, location, flags, keyword_loc, arguments)
  @source = source
  @node_id = node_id
  @location = location
  @flags = flags
  @keyword_loc = keyword_loc
  @arguments = arguments
end