Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. def sudo
  2. windows = (PLATFORM =~ /win32|cygwin/) rescue nil
  3. ENV['MERB_SUDO'] ||= "sudo"
  4. sudo = windows ? "" : ENV['MERB_SUDO']
  5. end
Add Comment
Please, Sign In to add comment