class EacLauncher::Stereotypes::Git::Warp

Private Instance Methods

current_ref() click to toggle source
# File lib/eac_launcher/stereotypes/git/warp.rb, line 11
def current_ref
  'HEAD'
end
source_instance() click to toggle source
# File lib/eac_launcher/stereotypes/git/warp.rb, line 15
def source_instance
  instance
end
source_remote_name() click to toggle source
# File lib/eac_launcher/stereotypes/git/warp.rb, line 19
def source_remote_name
  ::EacLauncher::Stereotypes::Git::Publish::PUBLISH_GIT_REMOTE_NAME
end