# File lib/methodsig.rb, line 319
    def block_arg
      arg_block = self.body.arg_block
      return arg_block >= 0 ? arg_block : nil
    end