Method: PopCap::TagReader.read
- Defined in:
- lib/pop_cap/ffmpeg/tag_reader.rb
.read(filepath, options = {}) ⇒ Object
Public: A convenience class method which wraps the instance constructor.
17 18 19 |
# File 'lib/pop_cap/ffmpeg/tag_reader.rb', line 17 def self.read(filepath, ={}) new(filepath, ).read end |