Class: Analyst::Entities::Root

Inherits:
Entity
  • Object
show all
Defined in:
lib/analyst/entities/root.rb

Instance Attribute Summary

Attributes inherited from Entity

#parent

Instance Method Summary collapse

Methods inherited from Entity

#classes, #handle_send_node, #initialize, #inspect, #method_calls, #top_level_classes, #top_level_modules

Constructor Details

This class inherits a constructor from Analyst::Entities::Entity

Instance Method Details

#full_nameObject



6
7
8
# File 'lib/analyst/entities/root.rb', line 6

def full_name
  ""
end