method
method_missing
rails latest stable - Class:
CommentVisitor
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