# File lib/luck/display.rb, line 51
  def focus *path
    self.active_control = self[*path]
  end