Method: Waistband::Index#create

Defined in:
lib/waistband/index.rb

#createObject



51
52
53
54
55
# File 'lib/waistband/index.rb', line 51

def create
  create!
rescue ::Waistband::Errors::IndexExists => ex
  true
end