Class: Waves::Renderers::Scope
Constant Summary
Helpers::TagHelper::ESCAPE_TABLE
Helpers::Common::DOCTYPES
Instance Method Summary
collapse
#view
#link_to, #url_for
#escape_once, #h, #tag
#all, #find
#doctype, #layout
Instance Method Details
14
15
16
|
# File 'lib/renderers/haml.rb', line 14
def <<(s)
eval("@haml_buffer", @binding).push_text s
end
|
#capture(&block) ⇒ Object
18
19
20
|
# File 'lib/renderers/haml.rb', line 18
def capture(&block)
capture_haml(nil, &block)
end
|