lib/skippy/group.rb in skippy-0.2.0.a vs lib/skippy/group.rb in skippy-0.3.0.a

- old
+ new

@@ -3,15 +3,13 @@ require 'skippy/command' module Skippy class Command::Group < Thor::Group - protected - # Customize the banner as we don't care for the 'skippy' prefix for each # item in the list. def self.banner - "#{self_command.formatted_usage(self, false)}" + self_command.formatted_usage(self, false).to_s end end end