has_docstring
docblock
has_docstring(module_name::Module) -> FunctionCreate a selector that matches symbols with documentation.
Example
selector = has_docstring(MyModule)
selector(:documented_func) # true if has docstring
selector(:undocumented_func) # false