class Rbexy::Nodes::Declaration
Attributes
content[R]
Public Class Methods
new(content)
click to toggle source
# File lib/rbexy/nodes.rb, line 130 def initialize(content) @content = content end
Public Instance Methods
compile()
click to toggle source
# File lib/rbexy/nodes.rb, line 134 def compile "\"#{Util.safe_string(content)}\".html_safe" end