String
# File lib/radius/ord_string.rb, line 4 def [](*args) if args.size == 1 && args.first.is_a?(Integer) slice(args.first).ord else super end end