Method: Inch::CodeObject::Proxy::Base#unconsidered_tag_count

Defined in:
lib/inch/code_object/proxy/base.rb

#unconsidered_tag_countFixnum

Returns the amount of tags not considered for this object.

Returns:

  • (Fixnum)

    the amount of tags not considered for this object



195
196
197
# File 'lib/inch/code_object/proxy/base.rb', line 195

def unconsidered_tag_count
  self[:unconsidered_tag_count]
end