# File lib/peek.rb, line 86
  def self.into(klass, options = {})
    @views ||= []
    @views << [klass, options]
  end