Sha256: 8bcd5e3de02e88c3f569d90f66b22641014dd061869e224116eef7024704cadc

Contents?: true

Size: 276 Bytes

Versions: 7

Compression:

Stored size: 276 Bytes

Contents

require_relative 'method_context'

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
reek-3.7.1 lib/reek/context/singleton_method_context.rb
reek-3.7.0 lib/reek/context/singleton_method_context.rb
reek-3.6.1 lib/reek/context/singleton_method_context.rb
reek-3.6.0 lib/reek/context/singleton_method_context.rb
reek-3.5.0 lib/reek/context/singleton_method_context.rb
reek-3.4.1 lib/reek/context/singleton_method_context.rb
reek-3.4.0 lib/reek/context/singleton_method_context.rb