Method: Waistband::Index#create
- Defined in:
- lib/waistband/index.rb
#create ⇒ Object
51 52 53 54 55 |
# File 'lib/waistband/index.rb', line 51 def create create! rescue ::Waistband::Errors::IndexExists => ex true end |
51 52 53 54 55 |
# File 'lib/waistband/index.rb', line 51 def create create! rescue ::Waistband::Errors::IndexExists => ex true end |