#888: Compiled MacRuby can't read the DATA const for the text after __END__ in the source ---------------------------------+------------------------------------------ Reporter: dev@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.7 Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ {{{ $ 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) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/888> MacRuby <http://macruby.org/>