Module | Ramaze::Bin::Helper |
In: |
lib/ramaze/bin/helper.rb
|
Module containing various helper methods useful for most commands.
@author Yorick Peterse @author TJ Vanderpoel @since 21-07-2011
Checks if the specified PID points to a process that‘s already running.
@author TJ Vanderpoel @since 21-07-2011 @param [String] pid The path to the PID. @return [TrueClass|FalseClass]
Checks if the system the user is using is Windows.
@author TJ Vanderpoel @since 21-07-2011 @return [TrueClass|FalseClass]