Details
Description
http://www.ruby-forum.com/topic/203891#887881
def go a = true b = nil return a.nil? or b.nil? end
should probably emit an error.
http://www.ruby-forum.com/topic/203891#887881
def go a = true b = nil return a.nil? or b.nil? end
should probably emit an error.
The same for break/next.
RubySpecs have been added: http://github.com/rubyspec/rubyspec/commit/38bd0643c3e7bdba0aecf5eb91b0be9b56b5b5d7