li-yunjie / ruby_notes

learining ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ruby_notes

check for syntax errors:
$ ruby -cw file_name.rb

where are the installation files located: $ irb --simple-prompt -r rbconfig
RbConfig::CONFIG["bindir"]

About

learining ruby