We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a0c15 commit 30165d7Copy full SHA for 30165d7
lib/rails_stats/console_formatter.rb
@@ -1,6 +1,10 @@
1
+require "bundler/stats/cli"
2
+
3
module RailsStats
4
class ConsoleFormatter < StatsFormatter
5
def to_s
6
+ Bundler::Stats::CLI.start
7
8
print_header
9
sorted_keys = @statistics.keys.sort
10
sorted_keys.each { |key| print_line(key, @statistics[key]) }
0 commit comments