Class: Prism::BeginNode
Instance Method Summary collapse
-
#newline_flag!(lines) ⇒ Object
:nodoc:.
Methods inherited from Node
Instance Method Details
#newline_flag!(lines) ⇒ Object
:nodoc:
79 80 81 |
# File 'lib/prism/parse_result/newlines.rb', line 79 def newline_flag!(lines) # :nodoc: # Never mark BeginNode with a newline flag, mark children instead. end |