Class: Steep::TypeName::Module

Inherits:
Base
  • Object
show all
Defined in:
lib/steep/type_name.rb

Instance Attribute Summary

Attributes inherited from Base

#name

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_sObject



80
81
82
# File 'lib/steep/type_name.rb', line 80

def to_s
  "#{name}.module"
end