Sha256: bd52c4cbc8de0d82e720ae331a2c32a4bc213f9a2c23efe291b377a5ae2c6c76

Contents?: true

Size: 295 Bytes

Versions: 6

Compression:

Stored size: 295 Bytes

Contents

require_relative 'method_context'

module Reek
  module Context
    #
    # A context wrapper for any singleton method definition found in a syntax tree.
    #
    # @api private
    class SingletonMethodContext < MethodContext
      def envious_receivers
        {}
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
reek-3.3.1 lib/reek/context/singleton_method_context.rb
reek-3.3.0 lib/reek/context/singleton_method_context.rb
reek-3.2.1 lib/reek/context/singleton_method_context.rb
reek-3.2 lib/reek/context/singleton_method_context.rb
reek-3.1 lib/reek/context/singleton_method_context.rb
reek-3.0.4 lib/reek/context/singleton_method_context.rb