Module: Drill
- Defined in:
- lib/drill/client.rb,
lib/drill/version.rb,
lib/drill-sergeant.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.3.0"
Class Method Summary collapse
Class Method Details
.new(**options) ⇒ Object
13 14 15 |
# File 'lib/drill-sergeant.rb', line 13 def self.new(**) Client.new(**) end |