Instance Methods
#
dev
View on GitHub
# File tmp/rubies/ruby-master/lib/prism/node_ext.rb, line 97
def heredoc?
HeredocQuery.heredoc?(opening)
end
Returns true if this node was represented as a heredoc in the source code.