Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/syntax-on.rb
Instance Method Summary collapse
Instance Method Details
#to_vim_args ⇒ Object
7 8 9 |
# File 'lib/syntax-on.rb', line 7 def to_vim_args self.map{ |option| %{+"#{ option.gsub('"',"'") }"} }.join ' ' end |