43 44 45 46
# File 'lib/textbringer/ring.rb', line 43 def rotate(n) @current = get_index(n) @ring[@current] end