You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As to capturing a block, when disable_capture is false (default except for Rails), you can capture a block content by just calling a block when the method is called from - script (not = script). You don't need to rely on Haml::Buffer for capturing purposes.
Haml::Buffer was removed.
See: haml/haml#1058, haml/haml#1057
Hi @k0kubun any suggestions on how to handle this code below?
sinatra/sinatra-contrib/lib/sinatra/capture.rb
Lines 90 to 92 in 8ae87a8
The text was updated successfully, but these errors were encountered: