Skip to content

Instantly share code, notes, and snippets.

View jetrubyshared's full-sized avatar

JetRuby Agency jetrubyshared

View GitHub Profile
############
## WRONG ##
############
def some_method
SomeLongClassName.new(params).perform_action if something_true?
# a lot of another code
end