Class: Solargraph::Pin::Reference::Superclass
- Inherits:
-
Reference
- Object
- Reference
- Solargraph::Pin::Reference::Superclass
- Defined in:
- lib/solargraph/pin/reference/superclass.rb
Overview
A Superclass reference pin.
Instance Method Summary collapse
-
#reference_gates ⇒ Object
@sg-ignore Need to add nil check here.
Instance Method Details
#reference_gates ⇒ Object
@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 |