Module: Steep::Server::CustomMethods::TypeCheck__Start
- Defined in:
- lib/steep/server/custom_methods.rb
Constant Summary collapse
- METHOD =
"$/steep/typecheck/start"
Class Method Summary collapse
Class Method Details
.notification(params) ⇒ Object
43 44 45 |
# File 'lib/steep/server/custom_methods.rb', line 43 def self.notification(params) { method: METHOD, params: params } end |