Class: Util::Opts

Inherits:
Object
  • Object
show all
Defined in:
lib/util/args.rb

Overview

Alias for Args.check_opts

Class Method Summary collapse

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