Method: Vimrunner::Server#running?
- Defined in:
- lib/vimrunner/server.rb
#running? ⇒ Boolean
Public: Checks if there’s a running Vim instance with the server’s name.
Returns a Boolean
111 112 113 |
# File 'lib/vimrunner/server.rb', line 111 def running? serverlist.include?(name) end |