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

Methods

Public Instance methods

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]

Tries to extract the path to the Rackup executable.

@author TJ Vanderpoel @since 21-07-2001 @return [String]

[Validate]