class Prism::StatementsNode

def self.type

Experimental RBS support (using type sampling data from the type_fusion project).

def self.type: () -> Symbol

This signature was generated using 3 samples from 1 application.

def self.type: () -> Symbol

class, but should be faster in a case statement or an array comparison.
Note that like #type, it will still be slower than using == for a single
splitting on the type of the node without having to do a long === chain.
Similar to #type, this method returns a symbol that you can use for
def self.type
  :statements_node
end