Ticket #454 (closed defect: fixed)
String#getbyte not working?
| Reported by: | paul@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | minor | Milestone: | MacRuby 0.6 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
It appears the new String method called getbyte for Ruby 1.9 is not working? Results in an "Abort trap" message.
~ $ macruby --version MacRuby version 0.5 (ruby 1.9.0) [universal-darwin10.0, x86_64]
~ $ macruby -e ' "abc".getbyte(0);' Abort trap
Change History
Note: See
TracTickets for help on using
tickets.

