Class: Solargraph::Pin::Reference::Require

Inherits:
Solargraph::Pin::Reference show all
Defined in:
lib/solargraph/pin/reference/require.rb

Instance Attribute Summary

Attributes inherited from Base

#code_object, #location, #name, #path, #return_type

Attributes included from Common

#closure, #location

Instance Method Summary collapse

Methods inherited from Base

#==, #comments, #completion_item_kind, #deprecated?, #directives, #docstring, #filename, #identity, #infer, #inspect, #macros, #maybe_directives?, #nearly?, #probe, #probed?, #proxied?, #proxy, #realize, #symbol_kind, #to_s, #try_merge!, #typify, #variable?

Methods included from Documenting

#documentation

Methods included from Conversions

#completion_item, #detail, #link_documentation, #reset_conversions, #resolve_completion_item, #signature_help, #text_documentation

Methods included from Common

#binder, #comments, #context, #name, #namespace, #path, #return_type

Constructor Details

#initialize(location, name) ⇒ Require

Returns a new instance of Require.



7
8
9
10
# File 'lib/solargraph/pin/reference/require.rb', line 7

def initialize location, name
  # super(location, '', name)
  super(location: location, name: name)
end