mirror of
				https://github.com/stripe/stripe-ruby.git
				synced 2025-11-04 00:01:47 -05:00 
			
		
		
		
	
		
			
				
	
	
	
		
			354 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			354 B
		
	
	
	
	
	
	
	
Running an example
From the examples folder, run:
RUBYLIB=../lib ruby your_example.rb
e.g.
RUBYLIB=../lib ruby thinevent_webhook_handler.rb
Adding a new example
- Clone new_example.rb
 - Implement your example
 - Fill out the file comment. Include a description and key steps that are being demonstrated.
 - Run it (as per above)
 - 👍