class VersionManager::ReleaseManager::ForbiddenBranchError
Public Instance Methods
message()
click to toggle source
# File lib/version-manager/release_manager.rb, line 11 def message 'You can not do actions from this branch. Checkout to appropriate branch' end