This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############ | |
## WRONG ## | |
############ | |
def some_method | |
SomeLongClassName.new(params).perform_action if something_true? | |
# a lot of another code | |
end | |