Get a single gem name from the command line. Fail if there is no gem name or if there is more than one gem name given.
Suggests gems based on the supplied gem_name
. Returns an array of alternative gem names.
Create a new KeywordRestParameterNode
node.
Add the –bulk-threshold option
Corrects path
(usually returned by ‘Gem::URI.parse().path` on Windows), that comes with a leading slash.
Visit a constant path that is part of a write node.
Foo::Bar += baz ^^^^^^^^^^^^^^^
Foo::Bar &&= baz ^^^^^^^^^^^^^^^^
Foo::Bar ||= baz ^^^^^^^^^^^^^^^^
Pattern
constants get wrapped in another layer of :const.
Foo::Bar ^^^^^^^^
Foo = 1 ^^^^^^^
Foo, Bar = 1 ^^^ ^^^
Foo::Bar ^^^^^^^^