Temperature Sensor interface. Currently works/tested only on Linux
Sensor
A float value of the system's temperature
# File lib/gibil.rb, line 10 def self.temperature File.read('/sys/class/hwmon/hwmon0/temp1_input').to_f / 1000 end