module Officedoc
Constants
- NullObject
- VERSION
Public Class Methods
open(*args)
click to toggle source
# File lib/officedoc.rb, line 6 def self.open(*args) Officedoc::Package.new(*args) end
Private Class Methods
null()
click to toggle source
# File lib/officedoc/null_object.rb, line 9 def self.null NullObject.get end