# File lib/cri/command.rb, line 369 def handle_options(opts) opts.each_pair do |key, value| opt_def = global_option_definitions.find { |o| o[:long] == key.to_s } block = opt_def[:block] block.call(value, self) if block end end