Class: CLI::Kit::Args::Parser::Node

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/cli/kit/args/parser/node.rb

Direct Known Subclasses

Argument, Flag, Option, Unparsed

Defined Under Namespace

Classes: Argument, Flag, LongFlag, LongOption, Option, ShortFlag, ShortOption, Unparsed

Instance Method Summary collapse

Methods included from T::Sig

sig

Constructor Details

#initializeNode

Returns a new instance of Node.



13
14
# File 'lib/cli/kit/args/parser/node.rb', line 13

def initialize
end

Instance Method Details

#==(other) ⇒ Object



17
18
19
# File 'lib/cli/kit/args/parser/node.rb', line 17

def ==(other)
  self.class == other.class
end