irb
Plain text
code posted
by
zed
created at 22 Sep 22:31, updated at 22 Sep 22:32
Edit
|
Back
1
2
3
4
5 |
ruby-1.9.2-p290 :001 > 2+2
=> 4
ruby-1.9.2-p290 :002 > "a.b.c.d".split('.')
=> ["a", "b", "c", "d"]
ruby-1.9.2-p290 :003 > ^D |
133 Bytes in 1 ms with coderay