Created
June 20, 2015 16:54
-
-
Save thenickcox/9fe0cde533303d2a9e8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class WhinyOpenStruct < OpenStruct | |
def method_missing(method, *args, &block) | |
raise ArgumentError.new "I don't have a #{method}, make sure it was passed in!" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment