class RedParse::ListInNode::GoalPostToken

Attributes

offset[R]

Public Class Methods

new(offset) click to toggle source
# File lib/redparse/node.rb, line 5371
def initialize(offset); @offset=offset end

Public Instance Methods

ident() click to toggle source
# File lib/redparse/node.rb, line 5372
def ident; "|" end
image() click to toggle source
# File lib/redparse/node.rb, line 5375
def image; "|" end