Sha256: e64e404d782c1505ead051c3d5a7187b2c8627bd0a9cc7e171a6f1e9cd5cd879

Contents?: true

Size: 511 Bytes

Versions: 36

Compression:

Stored size: 511 Bytes

Contents

module Inch
  module Language
    module Ruby
      module Evaluation
        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
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
inch-0.9.0.rc1 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.8.0 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.8.0.rc2 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.8.0.rc1 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.7.1 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.7.0 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.6.4 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.6.3 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.6.2 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.6.1 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.6.0 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.6.0.rc6 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.6.0.rc5 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.6.0.rc4 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.6.0.rc3 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.6.0.rc2 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.6.0.rc1 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.5.10 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.5.9 lib/inch/language/ruby/evaluation/constant_object.rb
inch-0.5.8 lib/inch/language/ruby/evaluation/constant_object.rb