String Ruby

string = 'My first string'                   # => "My first string"
string.slice(3, 5)                        # => "first"