Sha256: 129d9cf0c11d7d543c3b21f3b0c0c4bec03f10b11981219728d1e99a021dd6a0

Contents?: true

Size: 295 Bytes

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
reek-3.0.3 lib/reek/context/singleton_method_context.rb
reek-3.0.2 lib/reek/context/singleton_method_context.rb
reek-3.0.1 lib/reek/context/singleton_method_context.rb
reek-3.0.0 lib/reek/context/singleton_method_context.rb