Class: ScriptifyCatalog

Inherits:
Object
  • Object
show all
Defined in:
lib/scriptify/scriptify_catalog.rb

Overview

Arguably we could use YAML, but… ¯_(ツ)_/¯

Constant Summary collapse

@@SuperScripts =
{
  :A => '',
  :B => '',
  :D => '',
  :E => '',
  :G => '',
  :H => '',
  :I => '',
  :J => '',
  :K => '',
  :L => '',
  :M => '',
  :N => '',
  :O => '',
  :P => '',
  :R => 'ᴿ',
  :T => '',
  :U => '',
  :V => '',
  :W => '',
  :a => '',
  :b => '',
  :c => '',
  :d => '',
  :e => '',
  :f => '',
  :g => '',
  :h => 'ʰ',
  :i => '',
  :j => 'ʲ',
  :k => '',
  :l => 'ˡ',
  :m => '',
  :n => '',
  :o => '',
  :p => '',
  :r => 'ʳ',
  :s => 'ˢ',
  :t => '',
  :u => '',
  :v => '',
  :w => 'ʷ',
  :x => 'ˣ',
  :y => 'ʸ',
  :z => ''
}.freeze

Class Method Summary collapse

Class Method Details

.superscriptsObject



52
53
54
# File 'lib/scriptify/scriptify_catalog.rb', line 52

def self.superscripts
  @@SuperScripts
end