lib/punchblock/event/dtmf.rb in punchblock-0.9.2 vs lib/punchblock/event/dtmf.rb in punchblock-0.10.0
- old
+ new
@@ -1,4 +1,6 @@
+# encoding: utf-8
+
module Punchblock
class Event
class DTMF < Event
register :dtmf, :core
- old
+ new