Class: Dato::Code
- Defined in:
- app/components/dato/code.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
- #generated_tag ⇒ Object
-
#initialize(node, root) ⇒ Code
constructor
A new instance of Code.
Methods inherited from Node
#blocks, #debug_node, #overrides, #render_node
Constructor Details
Instance Method Details
#generated_tag ⇒ Object
8 9 10 |
# File 'app/components/dato/code.rb', line 8 def generated_tag "pre" end |