Class: Fbtxt::Parser::BlankLine

Inherits:
Object
  • Object
show all
Defined in:
lib/fbtxt/parser/parse_tree.rb

Instance Method Summary collapse

Instance Method Details

#as_jsonObject



125
126
127
# File 'lib/fbtxt/parser/parse_tree.rb', line 125

def as_json(*)
  ['<BlankLine>']
end

#pretty_print(q) ⇒ Object



129
130
131
# File 'lib/fbtxt/parser/parse_tree.rb', line 129

def pretty_print( q )
  q.text( "<BlankLine>" )
end