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

Inherits:
Object
  • Object
show all
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

Constructor Details

#initializeNode

: -> 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