Sha256: 212193d792df16ce860dee9b6f7fc88971c984717c7240a61d4052d3fcf4656c
Contents?: true
Size: 327 Bytes
Versions: 39
Compression:
Stored size: 327 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
39 entries across 37 versions & 2 rubygems