Skip to content

Translation of downcase without args is wrong #214

Closed
@esb

Description

@esb

The ruby method downcase is incorrectly translated.

a.strip.downcase

translates to

a.trim().toLowerCase

It should be

a.trim().toLowerCase()

Note that strip is correctly translated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions