Hello, When I tried to use your beauty gem, I wrote this code: x = var :name => 'x' y = var :name => 'y' puts x - (y + x) / 5 And I got the next result: x-0.2*y+x but its wrong :( Best wishes, Gleb
Hello,
When I tried to use your beauty gem, I wrote this code:
x = var :name => 'x'
y = var :name => 'y'
puts x - (y + x) / 5
And I got the next result:
x-0.2*y+x
but its wrong :(
Best wishes, Gleb