Sha256: 5a9c6846df719b01c1112f8b798bb340086d6aed3d61d61a76fc97139e6fc5e9

Contents?: true

Size: 296 Bytes

Versions: 6

Compression:

Stored size: 296 Bytes

Contents

require_relative 'attribute_context'

module Reek
  module Context
    #
    # A context wrapper for any singleton attribute definition found in a
    # syntax tree.
    #
    class SingletonAttributeContext < AttributeContext
      def instance_method?
        false
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
reek-3.11 lib/reek/context/singleton_attribute_context.rb
reek-3.10.2 lib/reek/context/singleton_attribute_context.rb
reek-3.10.1 lib/reek/context/singleton_attribute_context.rb
reek-3.10.0 lib/reek/context/singleton_attribute_context.rb
reek-3.9.1 lib/reek/context/singleton_attribute_context.rb
reek-3.9.0 lib/reek/context/singleton_attribute_context.rb