module FFaker::Unit

def temperature

def temperature
  OpenStruct.new(fetch_sample(TEMPERATURE_UNITS))
end