method
inexistent_tag?
rails latest stable - Class:
Releaser
inexistent_tag?()private
No documentation available.
# File tools/releaser/lib/releaser.rb, line 304
def inexistent_tag?
`git tag | grep '^#{tag}$'`.strip.empty?
end