alesya-h / linux_detect_tablet_mode

Detect if your laptop is in normal or tablet mode. Useful for Yoga laptops to disable keyboard/trackpoint/touchpad in a tablet mode
MIT License
137 stars 29 forks source link

Fix String.each for Ruby > 1.8 #19

Closed IGNNE closed 3 years ago

IGNNE commented 3 years ago

Recent Ruby versions seem to have removed String.each, but String.each_char should work.

IGNNE commented 3 years ago

Never mind, I was stupid and had an error in my Yaml. Sorry.