lib/fusuma/plugin/sendkey/device.rb in fusuma-plugin-sendkey-0.6.4 vs lib/fusuma/plugin/sendkey/device.rb in fusuma-plugin-sendkey-0.7.1

- old
+ new

@@ -8,10 +8,10 @@ def initialize(path:) @evdev = Revdev::EventDevice.new(path) end def path - raise 'Device path is not found' if @evdev.nil? + raise "Device path is not found" if @evdev.nil? @path ||= @evdev.file.path end def write_event(event)