Class: Glossarist::Designation::Symbol
- Defined in:
- lib/glossarist/designation/symbol.rb
Direct Known Subclasses
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.of_yaml(hash, options = {}) ⇒ Object
10 11 12 13 14 |
# File 'lib/glossarist/designation/symbol.rb', line 10 def self.of_yaml(hash, = {}) hash["type"] = "symbol" unless hash["type"] super end |