DEBSOURCES
Skip Quicknav
sources / ruby-ruby-lsp / 0.26.7-1 / test / fixtures / if_inside_else.rb
12345678910111213
# typed: false # frozen_string_literal: true def my_method if a do_thing_0 else if b do_thing_1 do_thing_2 end end end