module Vonage::GSM7
Constants
- CHARACTERS
- REGEXP
Public Class Methods
encoded?(string)
click to toggle source
# File lib/vonage/gsm7.rb, line 12 def self.encoded?(string) REGEXP =~ string end
# File lib/vonage/gsm7.rb, line 12 def self.encoded?(string) REGEXP =~ string end