• myliltoehurts
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    So this

    def my_method(args) body end
    

    Can now be written as

    def my_method(args) = body
    

    In exchange for some edge cases which cause new issues with the new syntax. Why even bother…?