Class: Solargraph::Plugin::Canceler

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

Overview

A placeholder plugin for disabling the default Runtime plugin.

Instance Attribute Summary

Attributes inherited from Base

#api_map

Instance Method Summary collapse

Methods inherited from Base

#get_constants, #get_fqns, #get_methods, #initialize, #post_initialize, #refresh

Constructor Details

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

Instance Method Details

#runtime?Boolean

Returns:

  • (Boolean)


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

def runtime?
  true
end