generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_1.rb
19 lines (19 loc) · 1.26 KB
/
PROJECT_LANG_1.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/ruby
# Start of script
# I chose Ruby as the main project language file for this project (Scarlet Oven) as for software diversity reasons, I can't write everything purely in Python. I don't have very many Ruby projects at the moment, and I feel like it would be good to write this program in Ruby. Rubys are typically red, and the Ruby logo will likely always be red, so it can partially support the color theme for this project as well.
class project_language_file_1():
def projectLanguageFile1():
puts "Project language file 1\n"
puts "For: Scarlet Oven\n"
puts "About: \n"
puts "I chose Ruby as the main project language file for this project (Scarlet Oven) as for software diversity reasons, I can't write everything purely in Python. I don't have very many Ruby projects at the moment, and I feel like it would be good to write this program in Ruby. Rubys are typically red, and the Ruby logo will likely always be red, so it can partially support the color theme for this project as well."
break
return projectLanguageFile1()
return 0
break
end # end class
# File info
# File type: Ruby source file (*.rb)
# File version: 1 (2022, Saturday, April 30th at 6:44 pm PST)
# Line count (including blank lines and compiler line): 20
# End of script