psychoslave / englishest

A Ruby gem which allows a more literate coding style
MIT License
0 stars 0 forks source link

Allow to assign to variables without using the `variable = expression` syntax #12

Open psychoslave opened 2 years ago

psychoslave commented 2 years ago

This should especially under the form a method like variable.set(expression), and variable set expression might be an additional avenue worth exploring.