Sha256: ccd8c153fc9c9362031994f3d7c38e06f9dddf15190c88b75b0d457997eea608
Contents?: true
Size: 336 Bytes
Versions: 167
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true # typed: true class T::Private::DeclState def self.current Thread.current[:opus_types__decl_state] ||= self.new end def self.current=(other) Thread.current[:opus_types__decl_state] = other end attr_accessor :active_declaration def reset! self.active_declaration = nil end end
Version data entries
167 entries across 167 versions & 1 rubygems