class RedParse::ListInNode::NopNode

Public Class Methods

new(*args) click to toggle source
Calls superclass method RedParse::ListInNode::SequenceNode::new
# File lib/redparse/node.rb, line 3478
def initialize(*args)
  @startline=@endline=1
  super()
end

Public Instance Methods

unparse(o=default_unparse_options) click to toggle source
# File lib/redparse/node.rb, line 3482
def unparse(o=default_unparse_options)
  ""
end