Method: Skunk::Command::CompareScore#message
- Defined in:
- lib/skunk/commands/compare_score.rb
#message ⇒ Object
15 16 17 18 19 20 21 |
# File 'lib/skunk/commands/compare_score.rb', line 15 def "Base branch (#{@base_branch}) "\ "average skunk score: #{@base_branch_score} \n"\ "Feature branch (#{@feature_branch}) "\ "average skunk score: #{@feature_branch_score} \n"\ "#{}" end |