Class: Ffprober::FfprobeVersion
- Inherits:
-
Object
- Object
- Ffprober::FfprobeVersion
- Defined in:
- lib/ffprober/ffprobe_version.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.valid? ⇒ Boolean
3 4 5 |
# File 'lib/ffprober/ffprobe_version.rb', line 3 def self.valid? new.valid? end |
Instance Method Details
#valid? ⇒ Boolean
7 8 9 |
# File 'lib/ffprober/ffprobe_version.rb', line 7 def valid? validator.valid? end |