mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-06-03 00:01:47 -04:00
Running an example
From the examples folder, run:
RUBYLIB=../lib ruby your_example.rb
Adding a new example
- Clone new_example.rb
- Implement your example
- Run it (as per above)
- 👍