Class: Elisp::DocStringParser::Copyright
- Inherits:
-
Object
- Object
- Elisp::DocStringParser::Copyright
- Defined in:
- lib/elisp/doc_string_parser.rb
Instance Method Summary collapse
Instance Method Details
#html ⇒ Object
206 207 208 |
# File 'lib/elisp/doc_string_parser.rb', line 206 def html "©" end |
#pandoc_json_object ⇒ Object
210 211 212 213 214 215 |
# File 'lib/elisp/doc_string_parser.rb', line 210 def pandoc_json_object { "t": "Str", "c": "©", } end |