generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPROJECT_LANG_4.rbx
23 lines (22 loc) · 1.49 KB
/
PROJECT_LANG_4.rbx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/ruby
# Start of script
# Project language file 4
# For: seanpm2001/Raspberry-Pi-Network-Setup
# About:
# I chose Ruby as the fourth project language file for this project (seanpm2001/Raspberry-Pi-Network-Setup) 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 some Raspberry Pi programs in Ruby (such as Scarlet Oven) Rubys are typically red, and the Ruby logo will likely always be red, so it can partially support the color theme for the projects as well.
class project_language_file_4():
def projectLanguageFile4():
puts "Project language file 4\n"
puts "For: seanpm2001/Raspberry-Pi-Network-Setup\n"
puts "About: \n"
puts "I chose Ruby as the fourth project language file for this project (seanpm2001/Raspberry-Pi-Network-Setup) 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 some Raspberry Pi programs in Ruby (such as Scarlet Oven) Rubys are typically red, and the Ruby logo will likely always be red, so it can partially support the color theme for the projects as well."
break
return projectLanguageFile4()
return 0
break
end # end class
# File info
# File type: Ruby source file (*.rb)
# File version: 1 (2022, Wednesday, June 22nd at 4:18 pm PST)
# Line count (including blank lines and compiler line): 24
# End of script