Class: Glossarist::Designation::LetterSymbol

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

Class Method Summary collapse

Methods inherited from Base

infer_designation_type

Class Method Details

.of_yaml(hash, options = {}) ⇒ Object



10
11
12
13
14
# File 'lib/glossarist/designation/letter_symbol.rb', line 10

def self.of_yaml(hash, options = {})
  hash["type"] = "letter_symbol"

  super
end