Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created January 15, 2019 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save havenwood/f2374f754c1f02a8f9e8c09f5726011e to your computer and use it in GitHub Desktop.
Save havenwood/f2374f754c1f02a8f9e8c09f5726011e to your computer and use it in GitHub Desktop.
module App
module_function
def call _env
[200, {'Content-Type' => 'text/plain'}, ['Hello tpanarch1st']]
end
end
run App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment