Class: Steep::TypeName::Module
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#==, #hash, #initialize, #map_module_name
Constructor Details
This class inherits a constructor from Steep::TypeName::Base
Instance Method Details
#to_s ⇒ Object
80 81 82 |
# File 'lib/steep/type_name.rb', line 80 def to_s "#{name}.module" end |