Created
May 28, 2013 14:04
-
-
Save zflat/5662984 to your computer and use it in GitHub Desktop.
pass errors and warnings as reference to OLE server
This file contains 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
def wrapper_for_operation | |
e = AsRefArg::new_obj | |
w = AsRefArg::new_obj | |
instance.call_operation(args, e, w) | |
parse_error_warnings(*WIN32OLE::ARGV[1..2]) | |
end | |
def parse_error_warnings(e, w) | |
# handle e and w args | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment