class Prism::AssocNode

def initialize(source, node_id, location, flags, key, value, operator_loc)

Initialize a new AssocNode node.
def initialize(source, node_id, location, flags, key, value, operator_loc)
  @source = source
  @node_id = node_id
  @location = location
  @flags = flags
  @key = key
  @value = value
  @operator_loc = operator_loc
end