Libraries
»
exner
(1.0.1)
»
Index
»
Exner
»
Rtf
»
#superscript
Method: Exner::Rtf#superscript
Defined in:
lib/exner/rtf.rb
#
superscript
(a) ⇒
Object
20 21 22
# File 'lib/exner/rtf.rb', line 20
def
superscript
(
a
)
'
{{\*\updnprop5801}\up8
'
+
a
+
'
}
'
end