Skip to content

Instantly share code, notes, and snippets.

@thenickcox
Created June 20, 2015 16:54
Show Gist options
  • Save thenickcox/9fe0cde533303d2a9e8e to your computer and use it in GitHub Desktop.
Save thenickcox/9fe0cde533303d2a9e8e to your computer and use it in GitHub Desktop.
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