Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
decoch committed Oct 27, 2019
1 parent eddbec4 commit 3c50ac8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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
```

0 comments on commit 3c50ac8

Please sign in to comment.