Class: CLI::Kit::Args::Parser::Node
- Inherits:
-
Object
- Object
- CLI::Kit::Args::Parser::Node
- Defined in:
- lib/cli/kit/args/parser/node.rb
Defined Under Namespace
Classes: Argument, Flag, LongFlag, LongOption, Option, ShortFlag, ShortOption, Unparsed
Instance Method Summary collapse
-
#==(other) ⇒ Object
: (untyped other) -> bool.
-
#initialize ⇒ Node
constructor
: -> void.
Constructor Details
#initialize ⇒ Node
: -> void
11 12 |
# File 'lib/cli/kit/args/parser/node.rb', line 11 def initialize end |
Instance Method Details
#==(other) ⇒ Object
: (untyped other) -> bool
15 16 17 |
# File 'lib/cli/kit/args/parser/node.rb', line 15 def ==(other) self.class == other.class end |