event.to_s
darcs-hash:20060624233736-28bda-ad2379ad2379dbfc09953eda7dfeb4331a5298ff.gz
This commit is contained in:
parent
5ab38cf0ec
commit
04d561771f
1 changed files with 3 additions and 0 deletions
|
@ -19,5 +19,8 @@ module LIRC
|
||||||
def repeat?
|
def repeat?
|
||||||
@repeat > 0
|
@repeat > 0
|
||||||
end
|
end
|
||||||
|
def to_s
|
||||||
|
sprintf("%016x %02d %s %s", @code, @repeat, @name, @remote)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue