mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 19:40:06 +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
|
|
|