# File lib_ctrl/rucy/params.rb, line 376 def do_not_reverse_lookup=(boolean) @params['do_not_reverse_lookup'] = boolean ? true : false end