From: Roger Pack Date: 2009-12-04T00:38:06+09:00 Subject: easy dsl style method generation? 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 -- Posted via http://www.ruby-forum.com/.