generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_1.rbx
24 lines (21 loc) · 1.31 KB
/
PROJECT_LANG_1.rbx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/ruby
# Start of script
# Project language file 1
# For: Anime Studio/Websit
# About:
# I chose Ruby as the first project language file for this project (Seanpm2001/Anime_Studio_Website) as Ruby is a programming language of Japanese origin that is very good in web development. This project (Anime Studio) needed a website, and Ruby was the best language to use for crafting the website. It also pairs well with Jekyll. It is getting its own project language file, starting here.
class project_language_file_1():
def projectLanguageFile1():
puts "Project language file 1"
puts "For: Anime Studio/Website"
puts "About:"
puts "I chose Ruby as the first project language file for this project (Seanpm2001/Anime_Studio_Website) as Ruby is a programming language of Japanese origin that is very good in web development. This project (Anime Studio) needed a website, and Ruby was the best language to use for crafting the website. It also pairs well with Jekyll. It is getting its own project language file, starting here."
break
return projectLanguageFile1()
break
end # end class
# File info
# File type: Ruby source file (*.rb *.rbx *.ruby *.gem *.rake *.gemspec)
# File version: 1 (2023, Tuesday, February 28th at 2:45 pm PST)
# Line count (including blank lines and compiler line): 25
# End of script