Module: Git::Heatmap::Command

Defined in:
lib/git/heatmap/command.rb,
lib/git/heatmap/command/generate.rb

Defined Under Namespace

Classes: Generate, Top

Class Method Summary collapse

Class Method Details

.call(*args) ⇒ Object



31
32
33
# File 'lib/git/heatmap/command.rb', line 31

def self.call(*args)
  Top.call(*args)
end