lib/eco/api/common/people/person_entry.rb in eco-helpers-1.5.9 vs lib/eco/api/common/people/person_entry.rb in eco-helpers-1.5.10
- old
+ new
@@ -73,10 +73,10 @@
# @return [Boolean] returns `true` if we are **serializing**, `false` otherwise.
def serializing?
!parsing?
end
- # @note `Eco::API::Common::People::EntryFactory#entries` adds this `idx`
+ # @note `Eco::API::Common::People::EntryFactory#entries` adds this `idx` (i.e. row number)
# @return [Integer] the entry number in the input file
def idx
final_entry["idx"]
end