module WaterDrop
WaterDrop
library
Configuration and descriptions are based on the delivery boy zendesk gem @see github.com/zendesk/delivery_boy
WaterDrop
library
Constants
- AbortTransaction
Alias so we can have a nicer API to abort transactions This makes referencing easier
- VERSION
Current
WaterDrop
version
Public Class Methods
gem_root()
click to toggle source
@return [String] root path of this gem
# File lib/waterdrop.rb, line 19 def gem_root Pathname.new(File.expand_path('..', __dir__)) end