Module RestClient::Platform
In: lib/restclient/platform.rb

Methods

jruby?   mac?   windows?  

Public Class methods

Return true if we are running on jruby.

@return [Boolean]

Return true if we are running on a darwin-based Ruby platform. This will be false for jruby even on OS X.

@return [Boolean]

Return true if we are running on Windows.

@return [Boolean]

[Validate]