Sha256: 49abbcc5feaafa88692d5cd18ca3193baba20c83de52168e8462b9caa1c6e936

Contents?: true

Size: 227 Bytes

Versions: 4

Compression:

Stored size: 227 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
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reek-3.8.3 lib/reek/context/singleton_method_context.rb
reek-3.8.2 lib/reek/context/singleton_method_context.rb
reek-3.8.1 lib/reek/context/singleton_method_context.rb
reek-3.8.0 lib/reek/context/singleton_method_context.rb