class RedParse::ListInNode::GoalPostNode

Attributes

offset[R]

Public Class Methods

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

Public Instance Methods

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