Class: FFProbe::Unit

Inherits:
Unit
  • Object
show all
Defined in:
lib/ffprobe/unit.rb

Instance Method Summary collapse

Instance Method Details

#to_fObject



9
10
11
# File 'lib/ffprobe/unit.rb', line 9

def to_f
  scalar.to_f
end

#to_iObject



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

def to_i
  scalar.to_i
end