Added missing telephony.rb

git-svn-id: file:///home/svn/framework3/trunk@6123 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
druid 2009-01-11 07:17:57 +00:00
parent 145ab89354
commit a11df5fbbf
2 changed files with 7 additions and 2 deletions

7
lib/telephony.rb Normal file
View File

@ -0,0 +1,7 @@
require 'serialport'
module Telephony
end
require 'telephony/modem'

View File

@ -1,5 +1,3 @@
require 'serialport'
module Telephony
class Modem