1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 17:10:05 +08:00
SpaceVim/bundle/vim-matchup/test/issues/26/example.rb

10 lines
131 B
Ruby
Raw Normal View History

2020-06-13 14:06:35 +08:00
class Example
def initialize
@text = 'for text'
@text2 = 'end text2'
@text3 = '( text )'
end
end