Module: MXFInfo

Defined in:
lib/mxfinfo.rb,
lib/mxfinfo/version.rb,
ext/mxfinfo/mxfinfo.c

Defined Under Namespace

Classes: InfoObject

Constant Summary collapse

VERSION =
'0.0.5'

Class Method Summary collapse

Class Method Details

.scan(path) ⇒ Object



5
6
7
# File 'lib/mxfinfo.rb', line 5

def self.scan(path)
  InfoObject.new path
end