mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 17:10:05 +08:00
10 lines
131 B
Ruby
10 lines
131 B
Ruby
|
|
||
|
class Example
|
||
|
def initialize
|
||
|
@text = 'for text'
|
||
|
@text2 = 'end text2'
|
||
|
@text3 = '( text )'
|
||
|
end
|
||
|
end
|
||
|
|