Method: P4Tools::CommandOptions#set

Defined in:
lib/p4tools/parsers/command_options.rb

#set(&opts) ⇒ Object



27
28
29
# File 'lib/p4tools/parsers/command_options.rb', line 27

def set(&opts)
  self.instance_eval &opts
end