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