Support Ruby 1.9 stabby lambda syntax
-------------------------------------

                 Key: JRUBY-1801
                 URL: http://jira.codehaus.org/browse/JRUBY-1801
             Project: JRuby
          Issue Type: New Feature
            Reporter: Charles Oliver Nutter
            Assignee: Thomas E Enebo
             Fix For: JRuby 1.1


In Ruby 1.9, there is a new "stabby lambda" syntax that makes lambda 
construction into a literal syntax:

{noformat}
x = ->{ puts 'here' }
x.call
{noformat}

We should modify the parser to support this syntax, possibly with a switch to 
avoid infecting "pure 1.8" execution.

-- 
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