Class: Elisp2any::Aside
- Inherits:
-
Object
- Object
- Elisp2any::Aside
- Defined in:
- lib/elisp2any/aside.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(content) ⇒ Aside
constructor
A new instance of Aside.
- #source ⇒ Object
Constructor Details
#initialize(content) ⇒ Aside
Returns a new instance of Aside.
19 20 21 |
# File 'lib/elisp2any/aside.rb', line 19 def initialize(content) @content = content end |
Class Method Details
Instance Method Details
#source ⇒ Object
15 16 17 |
# File 'lib/elisp2any/aside.rb', line 15 def source ";#{@content}\n" end |