# File lib/couchrest/model/design.rb, line 177 def method_name(prefix = nil) (prefix ? "#{prefix}_" : '') + 'design_doc' end