diff --git a/lib/veksel.rb b/lib/veksel.rb index 22a62bf..580fd79 100644 --- a/lib/veksel.rb +++ b/lib/veksel.rb @@ -30,6 +30,8 @@ def skip_fork? end def suffix + pp current_branch + pp Suffix.new(current_branch).inspect Suffix.new(current_branch).to_s end end