class Prism::Scope

available at that scope.
variables visible at that scope as well as the forwarding parameters
`scopes` option as an element of the list. It defines both the local
This object is passed to the various Prism.* methods that accept the

def initialize(locals, forwarding)

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