Method: RelatonBib::SourceLocality#to_xml
- Defined in:
- lib/relaton_bib/bib_item_locality.rb
#to_xml(builder) ⇒ Object
157 158 159 |
# File 'lib/relaton_bib/bib_item_locality.rb', line 157 def to_xml(builder) builder.sourceLocality { |b| super(b) } end |