Method: Ektoplayer::Database#track_count
- Defined in:
- lib/ektoplayer/database.rb
#track_count ⇒ Object
200 201 202 |
# File 'lib/ektoplayer/database.rb', line 200 def track_count @db.get_first_value('SELECT COUNT(*) FROM tracks') end |