Skip to content

Ruby 3.0 single line methods support #122

@bendizen

Description

@bendizen

Can the formatter please be updated to account for Ruby 3.0 single line methods? Currently it indents each new single line method instead of leaving them at the same indentation level.

Example:

  def method_1 = browser.button(text: 'Add New')
    def method_2 = browser.td(text: integration_name)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions