class RedParse::ListInNode::DanglingCommaNode

Attributes

offset[RW]

Public Class Methods

new() click to toggle source
# File lib/redparse/node.rb, line 1900
def initialize
  
end

Public Instance Methods

lvalue_parsetree(o) click to toggle source
# File lib/redparse/node.rb, line 1905
def lvalue_parsetree o
  :dangle_comma
end
Also aliased as: parsetree
parsetree(o)
Alias for: lvalue_parsetree
unparse(o=default_unparse_options;) click to toggle source
# File lib/redparse/node.rb, line 1910
def unparse o=default_unparse_options;  "";   end