Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 448 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 448 Bytes

Still writing

RubyTry for education

trial project of Ruby programming for education

Overview

This is the hands-on for Ruby beginners who only read Ruby books or wrote a little Ruby in business.

Not instructional text so enhance your Ruby skill voluntarily by hands-on style.

o Ruby basic syntax

Setup

rbenv install
bundle install --path vendor/bundle

Run all spec

bundle exec rspec spec