How can I get a substring from position N to the last char in Ruby?

Just slice the string like:

string[N..-1]