Skip to content

Instantly share code, notes, and snippets.

@hiroeorz
Created May 3, 2014 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroeorz/11495667 to your computer and use it in GitHub Desktop.
Save hiroeorz/11495667 to your computer and use it in GitHub Desktop.
ツナでもわかるmruby [2回目:文字列] ref: http://qiita.com/hiroeorz@github/items/69de85b52f854542557f
conf.gem :github => 'mattn/mruby-onig-regexp'
$ mirb
mirb Embeddable Interactive Ruby Shell
>
$ sudo cp bin/* /usr/local/mruby/bin/
"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