class Prism::NoKeywordsParameterNode
def initialize(source, node_id, location, flags, operator_loc, keyword_loc)
def initialize(source, node_id, location, flags, operator_loc, keyword_loc) @source = source @node_id = node_id @location = location @flags = flags @operator_loc = operator_loc @keyword_loc = keyword_loc end