class XanMarkup::ContentTag
Attributes
content[R]
Public Class Methods
new(tag, content)
click to toggle source
# File lib/xan_markup/content_tag.rb, line 4 def initialize(tag, content) @tag = tag @content = content end
Public Instance Methods
args()
click to toggle source
Calls superclass method
# File lib/xan_markup/content_tag.rb, line 9 def args super.merge(content: content) end