NeuronCheck requires followings.

  • Ruby 2.0 or later

But, NeuronCheckSyntax function is usable only in Ruby 2.1.0 or later.

1. RubyGems

The easiest way to install is to use the RubyGems.

$ gem install neuroncheck

2. Bundler

If you want to use Bundler, add following code to Gemfile.

gem 'neuroncheck'

And run!

$ bundle install