missing Method#source_location 
-------------------------------

                 Key: JRUBY-4282
                 URL: http://jira.codehaus.org/browse/JRUBY-4282
             Project: JRuby
          Issue Type: Bug
            Reporter: Roger Pack
            Assignee: Thomas E Enebo


$ ruby -ve 'def go; end; puts method(:go).source_location'
ruby 1.9.1p243 (2009-07-16 revision 24175) [i686-linux]
-e
1

[27:1812][...@ilab1:~/dev/p2pwebclient/src]$ jruby --1.9 -ve 'def go; end; puts 
method(:go).source_location'
jruby 1.5.0.dev (ruby 1.9.2dev trunk 24787) (2009-11-27 7ccf53f) (Java 
HotSpot(TM) Client VM 1.6.0_06) [i386-java]
-e:1: undefined method `source_location' for #<Method: Object#go> 
(NoMethodError)

Thanks.
-r

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to