# File lib/prawn/svg/element.rb, line 38 def add_call_and_enter(name, *arguments) @calls << [name.to_s, arguments, []] @calls = @calls.last.last end