# File lib/hub/context.rb, line 81 def self.extended(base) base.extend Forwardable base.def_delegators :'self.class', :git_config, :git_command end