class Prism::Translation::Parser::Builder

def itarg

It represents the `it` block argument, which is not yet implemented in the Parser gem.
def itarg
  n(:itarg, [:it], nil)
end