Skip to content

Instantly share code, notes, and snippets.

@Talos208
Created March 19, 2012 14:11
begin
lang.single_module_phases.each do |phase_class|
phase_class.new(context).execute
end
ensure
# snip...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment