# File lib/PascalFile.rb, line 25
def
file_extension
return
"."
+
@file_type
.
downcase
end