The ideas here is to have string be polymorphic as an array of characters. While not 100% it is nearly so (getting there).

  "123".pop # => "12"
Required Files