Skip to content

Instantly share code, notes, and snippets.

@mackwic
Created February 27, 2017 13:23
Show Gist options
  • Select an option

  • Save mackwic/8bef47bb9948f54163c509458b69435f to your computer and use it in GitHub Desktop.

Select an option

Save mackwic/8bef47bb9948f54163c509458b69435f to your computer and use it in GitHub Desktop.
def only_for_last_host(group, &block)
return unless ENV['TARGET_HOST'] == group.first
block.call
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment