Created
May 3, 2014 10:47
-
-
Save hiroeorz/11495667 to your computer and use it in GitHub Desktop.
ツナでもわかるmruby [2回目:文字列] ref: http://qiita.com/hiroeorz@github/items/69de85b52f854542557f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conf.gem :github => 'mattn/mruby-onig-regexp' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mirb | |
mirb Embeddable Interactive Ruby Shell | |
> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo cp bin/* /usr/local/mruby/bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"aaa,bbb,ccc,ddd".split(/,/) | |
(mirb):12: Regexp class not implemented (NotImplementedError) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment