R
Roger Pack
Here's what I wish I could easily do.
Move.from(x).to(y)
and set it up easily, like
class Move
def from(x).to(y)
end
end
Any helpers out there to make this somewhat possible that anyone knows
of?
Much thanks.
-r
Move.from(x).to(y)
and set it up easily, like
class Move
def from(x).to(y)
end
end
Any helpers out there to make this somewhat possible that anyone knows
of?
Much thanks.
-r