Sha256: 6be17a24359091c7a9469af3564a918bec9a53262b1ce443effd6b1b9cbec0a1

Contents?: true

Size: 245 Bytes

Versions: 30

Compression:

Stored size: 245 Bytes

Contents

module Stringex
  module Localization
    module Backend
      class Base
        class << self
          def reset!
            instance_variables.each { |var| remove_instance_variable var }
          end
        end
      end
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
stringex-2.1.1 lib/stringex/localization/backend/base.rb
stringex-2.1.0 lib/stringex/localization/backend/base.rb
stringex-2.0.11 lib/stringex/localization/backend/base.rb
stringex-2.0.10 lib/stringex/localization/backend/base.rb
stringex-2.0.9 lib/stringex/localization/backend/base.rb
stringex-2.0.8 lib/stringex/localization/backend/base.rb
stringex-2.0.7 lib/stringex/localization/backend/base.rb
stringex-2.0.6 lib/stringex/localization/backend/base.rb
stringex-2.0.5 lib/stringex/localization/backend/base.rb
stringex-2.0.4 lib/stringex/localization/backend/base.rb