Friday, July 11, 2014

Checking if Nodejs is installed using Ruby

node_version = `node -v`

puts node_version