Sha256: 54e23ec237ea854e5d5d11932901636f26789962f025327260f97b813f13303c
Contents?: true
Size: 456 Bytes
Versions: 4
Compression:
Stored size: 456 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
4 entries across 4 versions & 1 rubygems