As an example, to start listening on vcan0 do the following
- git clone https://github.com/tomekr/ruby-can.git
- cd ruby-can/
- bundle install
- ruby lib/ruby_can.rb
Gem Setup
gem build ruby_can.gemspec
gem install ruby_can-0.0.1.gem
Cucumber Tests
bundle exec cucumber