Allow the syntax `a = b = f 1` ------------------------------ Key: JRUBY-6237 URL: https://jira.codehaus.org/browse/JRUBY-6237 Project: JRuby Issue Type: Bug Components: Ruby 1.9.3 Affects Versions: JRuby 1.6.4 Environment: OSX Lion, RVM Reporter: Dmytrii Nagirniak Assignee: Thomas E Enebo Priority: Minor
Ruby 1.9.3 seems to supports the syntax: a = b = f 1 In JRuby it should be written as: a = b = f(1) See: https://gist.github.com/1402843 -- This message is automatically generated by JIRA. 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