Sha256: f387927216d6ecbd2bf1c9ac49824ce783bc8c06e26b65e0606e2e2a64841c89

Contents?: true

Size: 226 Bytes

Versions: 39

Compression:

Stored size: 226 Bytes

Contents

# frozen_string_literal: true

require_relative 'module_context'

module Reek
  module Context
    #
    # A context wrapper for any class found in a syntax tree.
    #
    class ClassContext < ModuleContext
    end
  end
end

Version data entries

39 entries across 37 versions & 2 rubygems

Version Path
reek-5.3.1 lib/reek/context/class_context.rb
reek-5.3.0 lib/reek/context/class_context.rb
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/lib/reek/context/class_context.rb
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/lib/reek/context/class_context.rb
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/lib/reek/context/class_context.rb
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/lib/reek/context/class_context.rb
reek-5.2.0 lib/reek/context/class_context.rb
reek-5.1.0 lib/reek/context/class_context.rb
reek-5.0.2 lib/reek/context/class_context.rb
reek-5.0.1 lib/reek/context/class_context.rb
reek-5.0.0 lib/reek/context/class_context.rb
reek-4.8.2 lib/reek/context/class_context.rb
reek-4.8.1 lib/reek/context/class_context.rb
reek-4.8.0 lib/reek/context/class_context.rb
reek-4.7.3 lib/reek/context/class_context.rb
reek-4.7.2 lib/reek/context/class_context.rb
reek-4.7.1 lib/reek/context/class_context.rb
reek-4.7.0 lib/reek/context/class_context.rb
reek-4.6.2 lib/reek/context/class_context.rb