BeautifyRuby
BeautifyRuby copied to clipboard
Ruby 3.0 single line methods support
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)