class Array

Array################################################################

Public Instance Methods

to_sms() click to toggle source
# File lib/sms_service/services/message.rb, line 53
def to_sms
  SmsService::Service::SMS.new first.to_s,last.to_s if size==2  
end