Method: IsoDoc::XrefGen::Counter#blank?

Defined in:
lib/isodoc/xref/xref_counter.rb

#blank?(str) ⇒ Boolean

Returns:

  • (Boolean)


137
138
139
# File 'lib/isodoc/xref/xref_counter.rb', line 137

def blank?(str)
  str.nil? || str.empty?
end