Class: LanguageServer::Project::Class

Inherits:
Module
  • Object
show all
Defined in:
lib/language_server/project/node.rb

Instance Method Summary collapse

Methods inherited from Module

#lines, #unshift_namespace

Methods inherited from Node

#==, attribute_names, attributes, #attributes, #eql?, #hash, #local_path, #remote_path

Instance Method Details

#inspectObject



94
95
96
# File 'lib/language_server/project/node.rb', line 94

def inspect
  "<Class #{full_name}#L#{lines.begin}-#{lines.end}>"
end