125 126 127
# File 'lib/fbtxt/parser/parse_tree.rb', line 125 def as_json(*) ['<BlankLine>'] end
129 130 131
# File 'lib/fbtxt/parser/parse_tree.rb', line 129 def pretty_print( q ) q.text( "<BlankLine>" ) end