The length of the disc in sectors.
Returns:
Sectors or nil if no ID was yet read.
nil
112 113 114
# File 'lib/discid/disc.rb', line 112 def sectors return Lib.get_sectors @handle if @read end