lib/avm/git/scms/git_sub_base/commit.rb in avm-git-0.13.2 vs lib/avm/git/scms/git_sub_base/commit.rb in avm-git-0.13.3

- old
+ new

@@ -7,12 +7,10 @@ module Avm module Git module Scms class GitSubBase < ::Avm::Scms::Base class Commit < ::Avm::Scms::Commit - common_constructor :scm, :parent_commit do - # parent_commit.assert_argument(::Avm::Git::Scms::Git::Commit, 'parent_commit') - end + common_constructor :scm, :parent_commit delegate :deploy_to_env_path, :fixup?, :id, :merge_with, :reword, :scm_file?, :subject, :to_s, to: :parent_commit # @return [Array<Pathname>]