Method: SchemaDev::Gem#ensure_doesnt_exist
- Defined in:
- lib/schema_dev/gem.rb
#ensure_doesnt_exist ⇒ Object
68 69 70 71 72 |
# File 'lib/schema_dev/gem.rb', line 68 def ensure_doesnt_exist if gem_root.exist? die "Cannot create new gem: '#{gem_root}' already exists" end end |