Class: Util::Opts
- Inherits:
-
Object
- Object
- Util::Opts
- Defined in:
- lib/util/args.rb
Overview
Alias for Args.check_opts
Class Method Summary collapse
-
.check(opts, *args) ⇒ Object
Alias for Args.check_opts.
Class Method Details
.check(opts, *args) ⇒ Object
Alias for Args.check_opts
134 135 136 |
# File 'lib/util/args.rb', line 134 def self.check opts, *args Args.check_opts opts, *args end |