module Hub::Context::GitReaderMethods

Public Class Methods

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