Quintus / Automations

Automations is a Ruby 1.9 project consisting of libraries to fake and simulate (automate) user input like pressing keys or moving windows. Linux X server systems can be automated by using xdotool internally, Windows systems by using AutoItX3.
30 stars 8 forks source link

delete_ini_entry should raise an error on failure #4

Closed Quintus closed 6 years ago

Quintus commented 14 years ago

AutoItX3.delete_ini_entry should raise a rubyish error instead of returning false if it fails.

Planned for version: 1.0.0

Quintus commented 6 years ago

I don't work on this project anymore.