String Ruby

s = 'My kingdom for a string!'
s[15...s.length]                   # => "a string!"