9 10 11
# File 'lib/ari/generators/api.rb', line 9 def path @specification['path'].gsub(/(\{[A-z]*\})/) { "%#{$1}" } end