Skip to content

Instantly share code, notes, and snippets.

@retr0h
Created September 2, 2009 06:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save retr0h/179592 to your computer and use it in GitHub Desktop.
Save retr0h/179592 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'ohai'
@ohai = Ohai::System.new
@ohai.all_plugins
puts @ohai[:platform]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment