Sha256: b61ee46928da46fd10eae005d4b65bcc798c102d4536321423b8bfd2c485ef44
Contents?: true
Size: 229 Bytes
Versions: 4
Compression:
Stored size: 229 Bytes
Contents
lib = File.expand_path('../../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'webhook_handler' class MyApp include WebhookHandler def perform puts "Working hard!" sleep 5 end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
webhook_handler-0.3.1 | example/app.rb |
webhook_handler-0.3.0 | example/app.rb |
webhook_handler-0.2.0 | example/app.rb |
webhook_handler-0.1.0 | example/app.rb |