We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e6efc commit eafef86Copy full SHA for eafef86
dummy_file.rb
@@ -0,0 +1,11 @@
1
+# dummy_file.rb
2
+
3
+# This is a dummy Ruby file used to set the repository's language to Ruby on GitHub.
4
5
+class Computer
6
7
+ def say_hello
8
+ puts "Hello, World!"
9
+ end
10
11
+end
0 commit comments