Module: RelatonNist::HashConverter
- Extended by:
- HashConverter
- Includes:
- RelatonBib::HashConverter
- Included in:
- HashConverter
- Defined in:
- lib/relaton_nist/hash_converter.rb
Instance Method Summary collapse
Instance Method Details
#hash_to_bib(args) ⇒ Hash
10 11 12 13 14 15 16 |
# File 'lib/relaton_nist/hash_converter.rb', line 10 def hash_to_bib(args) ret = super return if ret.nil? commentperiod_hash_to_bib(ret) ret end |