You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment attr_wrappable creates attributes using attr_accessor. We should give the option to skip writers and only create attr_reader if the user only desires a reader.
At the moment attr_wrappable creates attributes using attr_accessor. We should give the option to skip writers and only create attr_reader if the user only desires a reader.