File: base.rb

package info (click to toggle)
ruby-ole 1.2.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 628 kB
  • sloc: ruby: 2,870; makefile: 9
file content (10 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
# encoding: ASCII-8BIT


require 'ole/support'
require 'ole/storage/version'

module Ole # :nodoc:
	Log = Logger.new_with_callstack
end