generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_1.ruby
24 lines (21 loc) · 1.55 KB
/
PROJECT_LANG_1.ruby
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/Dictionary
# About:
# I chose Ruby as the first project language file for this project (Seanpm2001/Anime_Studio_Dictionary) as Ruby is a programming language of Japanese origin that is very good in web development. This project is merely a documentation set, a dictionary application, and can be written in Ruby for web portions, and for content. It also pairs well with Jekyll for when Markdown is needed. It will be paired with Raku for scripting and further configuration. 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/Dictionary"
puts "About:"
puts "I chose Ruby as the first project language file for this project (Seanpm2001/Anime_Studio_Dictionary) as Ruby is a programming language of Japanese origin that is very good in web development. This project is merely a documentation set, a dictionary application, and can be written in Ruby for web portions, and for content. It also pairs well with Jekyll for when Markdown is needed. It will be paired with Raku for scripting and further configuration. 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, March 14th at 5:35 pm PST)
# Line count (including blank lines and compiler line): 25
# End of script