# File lib/yard/parser/ruby/ast_node.rb, line 450
        def else_block
          if self[2] && !cmod?
            self[2].type == :elsif ? self[2] : self[2][0]
          end
        end