Sha256: 3c1a61dd4ff040ec9b31aa10e93d45b145ab4c45e9409e9ab5b0a104a9b7b377
Contents?: true
Size: 326 Bytes
Versions: 28
Compression:
Stored size: 326 Bytes
Contents
# frozen_string_literal: true 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
28 entries across 28 versions & 1 rubygems