remove accidental sinatra sample. copypasta....

This commit is contained in:
Adam Krebs
2013-12-11 18:01:40 -05:00
parent 64f77293e8
commit 5b35f92bfe

View File

@@ -598,11 +598,6 @@ module Sinatra
render :less, template, options, locals
end
def stylus(template, options={}, locals={})
options.merge! :layout => false, :default_content_type => :css
render :stylus, template, options, locals
end
def builder(template=nil, options={}, locals={}, &block)
options[:default_content_type] = :xml
render_ruby(:builder, template, options, locals, &block)