Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update addon.rb

+1 -1
+1 -1
lib/ruby_lsp/literal/addon.rb
··· 20 20 end 21 21 end 22 22 23 - class MyIndexingEnhancement < RubyIndexer::Enhancement 23 + class IndexingEnhancement < RubyIndexer::Enhancement 24 24 def on_call_node_enter(node) 25 25 name = node.name 26 26 owner = @listener.current_owner