class SyntaxTree::BlockNode

Block represents passing a block to a method call using the do and end keywords or the +{+ and +}+ operators.

method do |value|
end

method { |value| }