sig/steep/drivers/watch.rbs in steep-1.4.0.dev.2 vs sig/steep/drivers/watch.rbs in steep-1.4.0.dev.3
- old
+ new
@@ -13,10 +13,10 @@
attr_reader jobs_option: Utils::JobsOption
include Utils::DriverHelper
- LSP: singleton(LanguageServer::Protocol)
+ module LSP = LanguageServer::Protocol
def initialize: (stdout: IO, stderr: IO) -> void
def watching?: (Pathname changed_path, files: Set[Pathname], dirs: Set[Pathname]) -> bool