Ruby constructor

Ruby([
  1. String? value
])

The <ruby> HTML element represents small annotation that are rendered above, below, or next to base text, usually used for showing the pronunciation of East Asian characters. Read more...

Implementation

Ruby([super.value]) {
  tag = 'ruby';
}