mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update ruby helloworld
This commit is contained in:
@@ -9,4 +9,6 @@ if payload != ""
|
||||
name = payload['name']
|
||||
end
|
||||
|
||||
puts "Hello #{name} from Ruby!"
|
||||
puts "Hello #{name}!"
|
||||
|
||||
STDERR.puts "---> STDERR goes to server logs"
|
||||
|
||||
Reference in New Issue
Block a user