Module: RedmineWithGit::Patches::RedmineGitHosting::Commands::GitPatch

Defined in:
lib/redmine_with_git/patches/redmine_git_hosting/commands/git/git_patch.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



8
9
10
11
# File 'lib/redmine_with_git/patches/redmine_git_hosting/commands/git/git_patch.rb', line 8

def self.included(base)
  base.send(:include, InstanceMethods)
  base.alias_method_chain :git_version, :redmine_with_git
end