Method: Prism::SourceEncodingNode.type
- Defined in:
- lib/prism/node.rb
.type ⇒ Object
Return a symbol representation of this node type. See ‘Node::type`.
16524 16525 16526 |
# File 'lib/prism/node.rb', line 16524 def self.type :source_encoding_node end |