# File lib/support.rb, line 51
  def scope
    self.extend
    begin
      yield
    ensure
      self.unextend
    end
  end