Ticket #888 (new defect)
Compiled MacRuby can't read the DATA const for the text after __END__ in the source
| Reported by: | dev@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | major | Milestone: | MacRuby Later |
| Component: | MacRuby | Keywords: | |
| Cc: | dev@… |
Description
$ cat foo.rb #!/usr/bin/env macruby puts DATA.read __END__ lolcats $ macruby foo.rb lolcats $ macrubyc foo.rb -o foo $ ./foo uninitialized constant DATA (NameError)
Change History
Note: See
TracTickets for help on using
tickets.

