mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-17 10:33:08 +00:00
535 B
535 B
ruby-lsp
Ruby language server for Claude Code, providing code intelligence and analysis.
Supported Extensions
.rb, .rake, .gemspec, .ru, .erb
Installation
Via gem (recommended)
gem install ruby-lsp
Via Bundler
Add to your Gemfile:
gem 'ruby-lsp', group: :development
Then run:
bundle install
Requirements
- Ruby 3.0 or later