Class: Glossarist::Designation::LetterSymbol
Class Method Summary collapse
Class Method Details
.of_yaml(hash, options = {}) ⇒ Object
14 15 16 17 18 |
# File 'lib/glossarist/designation/letter_symbol.rb', line 14 def self.of_yaml(hash, = {}) hash["type"] = "letter_symbol" super end |