global

def self.from_hash_brackets_map(node, match)

def self.from_hash_brackets_map(node, match)
  new(match, node.children.last, "#{node.receiver.source}[".length, ']'.length)
end