I think I have seen a way to reduce this:
long_variable_name = long_variable_name.squeeze('i')
To something like this:
long_variable_name = &:squeeze('i')
But it doesn't work and I must be confusing. Just wondering if there is actually a way to do this ? Thanks