method

method_missing

rails latest stable - Class: CommentVisitor

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

method_missing(_, node)
public

No documentation available.

# File tools/rdoc-to-md, line 112
  def method_missing(_, node)
    comments = node.location.comments
    process(comments) if process?(comments)

    visit_child_nodes(node)
  end