Ruby test

Ruby code posted
created at 07 Oct 01:19

Edit | Back
1
2
3
4
5
6
7
8
# ./Gemfile

source 'https://rubygems.org'
gem 'nokogiri'
gem 'rack', '~>1.1'
gem 'rspec', :require => 'spec'

# $> bundle install
139 Bytes in 2 ms with coderay