# File lib/couchrest/design.rb, line 52
    def name
      id.sub('_design/','') if id
    end