Method: Prism::SourceEncodingNode#type

Defined in:
lib/prism/node.rb

#typeObject

Return a symbol representation of this node type. See ‘Node#type`.



16519
16520
16521
# File 'lib/prism/node.rb', line 16519

def type
  :source_encoding_node
end