class ReVIEW::ComplexInlineElementContentNode

Attributes

compiler[R]
content[R]
position[R]

Public Class Methods

new(compiler, position, content) click to toggle source
# File lib/review/compiler.rb, line 955
def initialize(compiler, position, content)
  @compiler = compiler
  @position = position
  @content = content
end