liquid
liquid copied to clipboard
Set instance variables of the singleton class
- Initialize singleton class instance_variables instead of using
private attr_writermethods — since those private methods don't seem to be used elsewhere consequently. - Define
attr-*of the singleton class at the top of the class block (similar to howattr-*s for regular class instances are defined) - Correct comment to reflect the fact that
:laxis the defaulterror_modeinstead of:warn. - Insert whitespace into comments to improve their readability.
/cc @dylanahsmith, @tjoyal, @davidcornu