global

def self.from_hash_brackets_map(node, match)

def self.from_hash_brackets_map(node, match)
  new(match, node.children.last, 'Hash['.length, ']'.length)
end