sorcerer
sorcerer copied to clipboard
Double check the rules on default arg values
Do the following method definitions properly source:
def foo(a=nil, b)
end
def bar(a, b=1, c)
end