raen79 / fie

Fie is a Rails-centric frontend framework running over a permanent WebSocket connection.

Home Page:https://fie.eranpeer.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State object method conflicting with view instance variables.

raen79 opened this issue · comments

The state object dynamically generates getters and setters for itself based on the name of the instance variables in the view. However, these new methods may conflict with the methods that already exist in the class. What would be a good solution?