Files
fission-src/examples/ruby/hello.rb
T
S. Brent FaulknerandSoam Vasani a8e7ec534b Add Ruby environment (#223)
Adds a Ruby environment and examples.
2017-06-17 10:48:05 -07:00

5 lines
66 B
Ruby

# frozen_string_literal: true
def handler
"Hello, world!\n"
end