lib/pt-flow/branch.rb in pt-flow-2.1.0 vs lib/pt-flow/branch.rb in pt-flow-2.2.0

- old
+ new

@@ -1,8 +1,9 @@ +require 'i18n' +require 'active_support/core_ext/string/inflections' + module PT::Flow class Branch - require 'i18n' - require 'active_support/core_ext/string/inflections' attr_accessor :name def self.current new(`git rev-parse --abbrev-ref HEAD`.strip)