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