File: performance_bar.rb

package info (click to toggle)
ruby-peek-performance-bar 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: javascript: 129; 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