class Prism::AssocNode
def initialize(key, value, operator_loc, location)
def initialize(key, value, operator_loc, location) @key = key @value = value @operator_loc = operator_loc @location = location end
def initialize(key, value, operator_loc, location) @key = key @value = value @operator_loc = operator_loc @location = location end