--- name: hello-ruby description: A simple Ruby greeting tool --- # Hello Ruby A simple Ruby tool that greets you by name. Demonstrates how to create an Enact tool with Ruby. ## Usage ```bash enact run enact/hello-ruby -a '{"name": "Alice"}' ```