Skip to content

Instantly share code, notes, and snippets.

@roolo
Created March 26, 2012 12:09
Show Gist options
  • Select an option

  • Save roolo/2204686 to your computer and use it in GitHub Desktop.

Select an option

Save roolo/2204686 to your computer and use it in GitHub Desktop.
yard-tomdoc -- Unhandled exception in YARD::Handlers::Ruby::MethodHandler:
yard --plugin tomdoc -n .
# Author: Mailo
class Documented
# Internal: It will do a big things in future
def dependency_fallback
@default
end
end
[error]: Unhandled exception in YARD::Handlers::Ruby::MethodHandler:
[error]: in `documented.rb`:4:
4: def dependency_fallback
Files: 1
Modules: 0 ( 0 undocumented)
Classes: 1 ( 0 undocumented)
Constants: 0 ( 0 undocumented)
Methods: 1 ( 1 undocumented)
50.00% documented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment