summaryrefslogtreecommitdiffstats
path: root/sandbox/old/contrib/implementation-script/testing/jruby/helloworld/src/main/resources/HelloWorld.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/old/contrib/implementation-script/testing/jruby/helloworld/src/main/resources/HelloWorld.rb')
-rw-r--r--sandbox/old/contrib/implementation-script/testing/jruby/helloworld/src/main/resources/HelloWorld.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/old/contrib/implementation-script/testing/jruby/helloworld/src/main/resources/HelloWorld.rb b/sandbox/old/contrib/implementation-script/testing/jruby/helloworld/src/main/resources/HelloWorld.rb
new file mode 100644
index 0000000000..3aaf41452c
--- /dev/null
+++ b/sandbox/old/contrib/implementation-script/testing/jruby/helloworld/src/main/resources/HelloWorld.rb
@@ -0,0 +1,3 @@
+def getGreeting(name)
+ return "rbHello " + name
+end