# File lib/chef/provider/user/useradd.rb, line 89 def compile_command(base_command) yield base_command base_command << " #{@new_resource.username}" base_command end