We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb65228 commit 96812feCopy full SHA for 96812fe
src/main/resources/script-templates/Ruby/Greeting.rb
@@ -6,4 +6,4 @@
6
# the 'name' parameter from the user, and then display
7
# the 'greeting' output parameter, based on its type.
8
9
-greeting = "Hello, " + name + "!"
+$greeting = "Hello, " + $name + "!"
0 commit comments