326 327 328
# File 'lib/cisco_node_utils/ace.rb', line 326 def log=(log) @set_args[:log] = log.to_s == 'true' ? 'log' : '' end