We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d0d73 commit 0acb5f9Copy full SHA for 0acb5f9
lib/ruby_lsp/static_docs.rb
@@ -18,7 +18,7 @@ module RubyLsp
18
"case" => "Starts a case expression for pattern matching or multiple condition checking",
19
"class" => "Defines a class and its methods",
20
"def" => "Defines a method",
21
- "defined?" => "Checks if a constant or method is defined",
+ "defined" => "Checks if a constant or method is defined",
22
"else" => "Executes the code in the else block if the condition is false",
23
"yield" => "Invokes the passed block with the given arguments",
24
}.freeze #: Hash[String, String]
static_docs/defined?.md renamed to static_docs/defined.md
0 commit comments