class Wptemplates::Text

Attributes

text[R]

Public Class Methods

new(text) click to toggle source
# File lib/wptemplates/ast.rb, line 73
def initialize(text)
  @text = text
end