Method: Inch::Language::Elixir::CodeObject::Base#unconsidered_tag_count
- Defined in:
- lib/inch/language/elixir/code_object/base.rb
#unconsidered_tag_count ⇒ Fixnum
Returns the amount of tags not considered for this object.
188 189 190 |
# File 'lib/inch/language/elixir/code_object/base.rb', line 188 def unconsidered_tag_count self[:unconsidered_tag_count] end |