Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def check(param)
- ops << [:replace, [param].to_sym, user.public_send(param) unless user.public_send(param) == existing.public_send(param)
- end
- check(gecos)
- check(description)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement