module Sinew
This is used to parse command line arguments with Slop. We don't set any defaults in here, relying instead on Sloptions in Sinew::Base
. That way defaults are applied for both command line and embedded usage of Sinew::Base
.
Constants
- VERSION
Gem version
Public Class Methods
new(**args)
click to toggle source
# File lib/sinew.rb, line 19 def new(**args) Sinew::Base.new(**args) end