Created
March 26, 2012 12:09
-
-
Save roolo/2204686 to your computer and use it in GitHub Desktop.
yard-tomdoc -- Unhandled exception in YARD::Handlers::Ruby::MethodHandler:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yard --plugin tomdoc -n . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Author: Mailo | |
| class Documented | |
| # Internal: It will do a big things in future | |
| def dependency_fallback | |
| @default | |
| end | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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