module Solargraph::StdlibFills

def self.get path

Returns:
  • (Array) -

Parameters:
  • path (String) --
def self.get path
  LIBS[path] || []
end