Class: MediaInfoNative::MediaInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/mediainfo-native/mediainfo.rb,
ext/mediainfo_native/mediainfo_wrapper.cpp

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(meth, *args, &block) ⇒ Object



14
15
16
# File 'lib/mediainfo-native/mediainfo.rb', line 14

def method_missing(meth, *args, &block)
  self.general.send(meth, *args, &block)
end