Class: LanguageServer::Project::Class
- Defined in:
- lib/language_server/project/node.rb
Instance Method Summary collapse
Methods inherited from Module
Methods inherited from Node
#==, attribute_names, attributes, #attributes, #eql?, #hash, #local_path, #remote_path
Instance Method Details
#inspect ⇒ Object
94 95 96 |
# File 'lib/language_server/project/node.rb', line 94 def inspect "<Class #{full_name}#L#{lines.begin}-#{lines.end}>" end |