lib/ruby_lsp/cell.rb



# typed: strict
# frozen_string_literal: true

require_relative "cell/version"

module RubyLsp
  module Cell
    class Error < StandardError; end
    # Your code goes here...
  end
end