Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

eRuby: ruby

Markus Koller edited this page Jul 24, 2013 · 9 revisions

Maintainer: Martin Grenfell [email protected]

This checker requires Ruby >=1.9, so in case the ruby command points to an earlier version on your system you need to specify the Ruby executable in your .vimrc as follows (example for Debian-based systems):

let g:syntastic_ruby_exec = 'ruby1.9.1'
Clone this wiki locally