# File lib/sprockets/context.rb, line 28
    def initialize(environment, logical_path, pathname)
      @environment  = environment
      @logical_path = logical_path
      @pathname     = pathname
      @__LINE__     = nil

      @_required_paths    = []
      @_dependency_paths  = Set.new
      @_dependency_assets = Set.new([pathname.to_s])
    end