Merge branch 'master' of github.com:rodrigopinto/biju

master
Rodrigo Pinto 2012-05-29 16:21:22 -03:00
commit dd27250863
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Or install it yourself as:
## Usage ## Usage
``` ```
@modem = Biju::Modem.new("/dev/tty.HUAWEIMobile-Modem") @modem = Biju::Modem.new(:port => "/dev/tty.HUAWEIMobile-Modem")
# method to list all messages # method to list all messages
@modem.messages.each do |sms| @modem.messages.each do |sms|