Class: Solargraph::Plugin::Runtime

Inherits:
Base
  • Object
show all
Defined in:
lib/solargraph/plugin/runtime.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #post_initialize

Constructor Details

This class inherits a constructor from Solargraph::Plugin::Base

Instance Method Details

#get_methods(namespace:, root:, scope:, with_private: false) ⇒ Object



10
11
12
# File 'lib/solargraph/plugin/runtime.rb', line 10

def get_methods namespace:, root:, scope:, with_private: false
  raise "#{self.class} needs to implement the get_methods method"
end

#startObject



4
5
# File 'lib/solargraph/plugin/runtime.rb', line 4

def start
end

#stopObject



7
8
# File 'lib/solargraph/plugin/runtime.rb', line 7

def stop
end