Module: Yoda::Server::Providers::WithTimeout

Included in:
Completion, Definition, Hover, Signature
Defined in:
lib/yoda/server/providers/with_timeout.rb

Defined Under Namespace

Modules: PrependHook

Instance Method Summary collapse

Instance Method Details

#included(mod) ⇒ Object



22
23
24
# File 'lib/yoda/server/providers/with_timeout.rb', line 22

def included(mod)
  mod.send(:prepend, PrependHook)
end

#timeoutObject



26
27
28
# File 'lib/yoda/server/providers/with_timeout.rb', line 26

def timeout
  nil
end

#timeout_message(*args) ⇒ Object



30
31
32
# File 'lib/yoda/server/providers/with_timeout.rb', line 30

def timeout_message(*args)
  nil
end