When we check for Ruby warnings (in order to clean up and improve our own code), a minimal use of the gem produces these (messy) warnings:
$ ruby -r os -w -e' '
os-0.9.6/lib/os.rb:154: warning: mismatched indentations at 'end' with 'for' at 151
os-0.9.6/lib/os.rb:158: warning: assigned but unused variable - kb
os-0.9.6/lib/os.rb:198: warning: mismatched indentations at 'end' with 'def' at 190
os-0.9.6/lib/os.rb:240: warning: mismatched indentations at 'end' with 'case' at 218
The same warnings are emitted on Windows, as well (of course).
When we check for Ruby warnings (in order to clean up and improve our own code), a minimal use of the gem produces these (messy) warnings:
The same warnings are emitted on Windows, as well (of course).