ruby-dsl-maker
ruby-dsl-maker copied to clipboard
A quasi-DSL for creating DSLs. In Ruby.
Results
3
ruby-dsl-maker issues
Sort by
recently updated
recently updated
newest added
If you want to take all the defaults for something, you still have to provide a block. Make it so that you don't have to.
Following on from #2, allow for an optional "unstrict" which allows any method to be called on it.
Right now, unknown methods are run-time missing methods errors. Add a method_missing that catches those and gives a nice error message.