# File lib/cheat/site.rb, line 544
  def current_sheet
    title = @sheet.title
    @current_sheet ||= Cheat::Models::Sheet.detect { |s| s.title == title }
  end