Class: Solargraph::Pin::Reference::Superclass

Inherits:
Reference
  • Object
show all
Defined in:
lib/solargraph/pin/reference/superclass.rb

Overview

A Superclass reference pin.

Instance Method Summary collapse

Instance Method Details

#reference_gatesObject

@sg-ignore Need to add nil check here



10
11
12
13
# File 'lib/solargraph/pin/reference/superclass.rb', line 10

def reference_gates
  # @sg-ignore Need to add nil check here
  @reference_gates ||= closure.gates - [closure.path]
end