ruby-dsl-maker
ruby-dsl-maker copied to clipboard
Add method_missing to catch failures
Right now, unknown methods are run-time missing methods errors. Add a method_missing that catches those and gives a nice error message.