83 84 85 86
# File 'lib/baf/cli.rb', line 83 def option *args args = [*args, Proc.new] if block_given? registrant.option *args end