Returns a collection of the names of all block parameters.
316 317 318
# File 'lib/symbolic/symbolic.rb', line 316 def block_parameter_names return block_def_node.parameters end