class Prism::ParenthesesNode
def initialize(body, opening_loc, closing_loc, location)
def initialize(body, opening_loc, closing_loc, location) @newline = false @body = body @opening_loc = opening_loc @closing_loc = closing_loc @location = location end