Class: Relaton::Bsi::Docidentifier
- Inherits:
-
Bib::Docidentifier
- Object
- Bib::Docidentifier
- Relaton::Bsi::Docidentifier
- Defined in:
- lib/relaton/bsi/model/docidentifier.rb
Instance Method Summary collapse
Instance Method Details
#remove_date! ⇒ Object
4 5 6 |
# File 'lib/relaton/bsi/model/docidentifier.rb', line 4 def remove_date! content&.sub!(/:\d{4}(?:-\d{2})?/, "") end |