Module: RelatonBipm::HashConverter
- Extended by:
- HashConverter
- Includes:
- RelatonBib::HashConverter
- Included in:
- HashConverter
- Defined in:
- lib/relaton_bipm/hash_converter.rb
Constant Summary collapse
- @@acronyms =
nil
Instance Method Summary collapse
Instance Method Details
#hash_to_bib(args) ⇒ Hash
14 15 16 17 18 19 20 21 |
# File 'lib/relaton_bipm/hash_converter.rb', line 14 def hash_to_bib(args) ret = super return if ret.nil? # project_group_hash_to_bib ret commentperiod_hash_to_bib ret ret end |