Class: DocoptCompgen::Parser
- Inherits:
-
Object
- Object
- DocoptCompgen::Parser
- Defined in:
- lib/docopt-compgen/parser.rb
Instance Method Summary collapse
-
#initialize(help) ⇒ Parser
constructor
A new instance of Parser.
- #to_node ⇒ Object
Constructor Details
#initialize(help) ⇒ Parser
Returns a new instance of Parser.
3 4 5 |
# File 'lib/docopt-compgen/parser.rb', line 3 def initialize(help) @help = help end |