diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2010-02-18 02:26:35 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2010-02-18 02:31:34 +0000 |
commit | 9d1321cca685d4a25cdb615199ef464da3ba4d5d (patch) | |
tree | ec0cefe7fbe5ce4f8f747b4ce2fe2e6c13f4a6b8 /vendor/ruby-ole/lib/ole/base.rb | |
parent | 095548ee5509980a6930c4bb0d160f34ffb1952f (diff) |
Implement decoding of Outlook msg/oft files
Diffstat (limited to 'vendor/ruby-ole/lib/ole/base.rb')
-rw-r--r-- | vendor/ruby-ole/lib/ole/base.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/ruby-ole/lib/ole/base.rb b/vendor/ruby-ole/lib/ole/base.rb new file mode 100644 index 000000000..ee1bc0431 --- /dev/null +++ b/vendor/ruby-ole/lib/ole/base.rb @@ -0,0 +1,7 @@ + +require 'ole/support' + +module Ole # :nodoc: + Log = Logger.new_with_callstack +end + |