Compare commits

..

No commits in common. "master" and "v0.0.3" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,6 @@ Control your MPD:
require 'librmpd'
lirc = LIRC::Client.new
mpd = MPD.new 'localhost', 6600
mpd.connect
lirc.each do |event|
case event.name
when "play"

View file

@ -8,7 +8,7 @@ module LIRC
end
def next
Event.new @sock.gets
Event.new @sock.readline
end
def each_event