Method: Prism::FlipFlopNode.type

Defined in:
lib/prism/node.rb

.typeObject

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



7050
7051
7052
# File 'lib/prism/node.rb', line 7050

def self.type
  :flip_flop_node
end