class Prism::Scope

def initialize(locals, forwarding)

Create a new scope object with the given locals and forwarding.
def initialize(locals, forwarding)
  @locals = locals
  @forwarding = forwarding
end