Sha256: 9680713ad43ba39b7d5fcce00f0b4f153649e7998f716e6231ddfa54bb30390a
Contents?: true
Size: 457 Bytes
Versions: 36
Compression:
Stored size: 457 Bytes
Contents
module Inch module Evaluation module Proxy class ConstantObject < Base protected def relevant_roles { Role::Constant::WithDoc => score_for(:docstring), Role::Constant::WithoutDoc => score_for(:docstring), Role::Constant::TaggedAsNodoc => nil, Role::Constant::Public => nil, Role::Constant::Private => nil, } end end end end end
Version data entries
36 entries across 36 versions & 1 rubygems