global

def opener_token?(token)

def opener_token?(token)
  token.type == :on_lbrace || (token.type == :on_kw && token.string == 'do')
end