# File lib/ast/node.rb, line 254
def
fancy_type
@type
.
to_s
.
gsub
(
'_'
,
'-'
)
end