module Phlex::Compiler::Optimizers::VCall::StandardElement

def format(formatter)

def format(formatter)
	Generators::StandardElement.new(formatter,
		method_name: value.value.to_sym).call
end