class YARD::Parser::Ruby::MethodCallNode

def index_adjust

def index_adjust
  [:call, :command_call].include?(type) ? 2 : 0
end