72 73 74 75 76 77 78
# File 'lib/steep/module_name.rb', line 72 def to_s if absolute? "::#{name}" else name end end