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