Class: FFProbe::Unit
- Inherits:
-
Unit
- Object
- Unit
- FFProbe::Unit
- Defined in:
- lib/ffprobe/unit.rb
Instance Method Summary collapse
Instance Method Details
#to_f ⇒ Object
9 10 11 |
# File 'lib/ffprobe/unit.rb', line 9 def to_f scalar.to_f end |
#to_i ⇒ Object
5 6 7 |
# File 'lib/ffprobe/unit.rb', line 5 def to_i scalar.to_i end |