module Solargraph::YardMap::StdlibFills

Constants

LIBS
Override

Public Class Methods

get(path) click to toggle source

@param path [String] @return [Array<Pin::Reference::Override>]

# File lib/solargraph/yard_map/stdlib_fills.rb, line 38
def self.get path
  LIBS[path] || []
end