File: performance_bar.rb

package info (click to toggle)
ruby-peek-performance-bar 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • ctags: 33
  • sloc: ruby: 108; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
module Peek
  module Views
    class PerformanceBar < View
    end
  end
end