class Durt::Command::Stats

Public Class Methods

new() click to toggle source
# File lib/durt/command.rb, line 134
def initialize
  Durt::Project.current_project.active_issue.puts_stats
end