Class: Glossarist::Designation::GraphicalSymbol

Inherits:
Symbol
  • Object
show all
Defined in:
lib/glossarist/designation/graphical_symbol.rb

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, options = {})
  hash["type"] = "graphical_symbol"

  super
end